This commit is contained in:
cpu
2025-03-28 22:36:08 +01:00
parent 08632ee711
commit 5763407edc
33 changed files with 664 additions and 491 deletions

55
public/manifest.json Normal file
View File

@@ -0,0 +1,55 @@
{
"name": "Game Timer PWA",
"short_name": "Game Timer",
"description": "Multi-player chess-like timer with carousel navigation",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#f5f5f5",
"theme_color": "#2c3e50",
"icons": [
{
"src": "./icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./icons/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "./icons/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "./icons/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
}
],
"screenshots": [
{
"src": "../docs/screenshots/screenshot1.png",
"sizes": "2604x2269",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "../docs/screenshots/screenshot2.png",
"sizes": "1082x2402",
"type": "image/png"
}
],
"url_handlers": [
{
"origin": "https://game-timer.virtonline.eu"
}
],
"gcm_sender_id": "103953800507"
}