almost done

This commit is contained in:
2023-04-21 03:14:24 +02:00
commit 343bc1e113
14 changed files with 1328 additions and 0 deletions

43
manifest.json Normal file
View File

@@ -0,0 +1,43 @@
{
"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"
}
]
}
]
}