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

38
manifest.json Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "Chess Timer PWA",
"short_name": "Chess Timer",
"description": "Multi-player chess timer with carousel navigation",
"start_url": "/",
"display": "standalone",
"background_color": "#f5f5f5",
"theme_color": "#2c3e50",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
}
]
}