plane/apps/app/public/site.webmanifest.json
2022-11-30 02:21:17 +05:30

14 lines
419 B
JSON

{
"name": "NextTemplate",
"short_name": "NextTemplate",
"description": "Next js inti template.",
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"icons": [
{ "src": "/favicon/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/favicon/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
]
}