forked from github/plane
14 lines
419 B
JSON
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" }
|
|
]
|
|
}
|