mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
25 lines
475 B
JSON
25 lines
475 B
JSON
{
|
|
"name": "Next.js Notion Starter Kit",
|
|
"short_name": "Starter Kit",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.png",
|
|
"type": "image/png",
|
|
"sizes": "32x32"
|
|
},
|
|
{
|
|
"src": "/favicon-128x128.png",
|
|
"type": "image/png",
|
|
"sizes": "128x128"
|
|
},
|
|
{
|
|
"src": "/favicon-192x192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
}
|
|
],
|
|
"theme_color": "#000000",
|
|
"background_color": "#000000",
|
|
"display": "standalone"
|
|
}
|