Initial commit

This commit is contained in:
cpu
2025-03-22 22:31:00 +01:00
parent 91d2f8bc6e
commit fdb6e5e618
13 changed files with 1369 additions and 0 deletions

19
site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Game Timer",
"short_name": "Game Timer",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}