quatuor/manifest.json
2023-04-21 03:14:24 +02:00

43 lines
965 B
JSON

{
"short_name": "TETRIS",
"name": "Tetris",
"description": "Falling blocks",
"icons": [
{
"src": "favicons/favicon-16x16.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "index.html",
"background_color": "#212529",
"display": "standalone",
"scope": ".",
"theme_color": "#212529",
"shortcuts": [
{
"name": "TETRIS",
"short_name": "Tetris",
"description": "Falling blocks",
"url": "index.html",
"icons": [
{
"src": "favicon.png",
"type": "image/png",
"sizes": "16x16"
}
]
}
]
}