plane/apps/app/public/site.webmanifest.json

14 lines
419 B
JSON
Raw Normal View History

2022-11-19 14:21:26 +00:00
{
"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" }
]
}