85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
|
"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": "/screenshots/screenshot1.png",
|
|
"sizes": "2604x2269",
|
|
"type": "image/png",
|
|
"form_factor": "wide"
|
|
},
|
|
{
|
|
"src": "/screenshots/screenshot2.png",
|
|
"sizes": "1082x2402",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"url_handlers": [
|
|
{
|
|
"origin": "https://game-timer.virtonline.eu"
|
|
}
|
|
],
|
|
"handle_links": "preferred",
|
|
"file_handlers": [],
|
|
"protocol_handlers": [
|
|
{
|
|
"protocol": "web+gametimer",
|
|
"url": "/?action=%s"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Start Game",
|
|
"short_name": "Start",
|
|
"description": "Start the game timer",
|
|
"url": "/?action=start",
|
|
"icons": [{ "src": "/icons/play.png", "sizes": "192x192" }]
|
|
},
|
|
{
|
|
"name": "Pause Game",
|
|
"short_name": "Pause",
|
|
"description": "Pause the game timer",
|
|
"url": "/?action=pause",
|
|
"icons": [{ "src": "/icons/pause.png", "sizes": "192x192" }]
|
|
},
|
|
{
|
|
"name": "Next Player",
|
|
"short_name": "Next",
|
|
"description": "Go to next player",
|
|
"url": "/?action=nextplayer",
|
|
"icons": [{ "src": "/icons/next.png", "sizes": "192x192" }]
|
|
}
|
|
]
|
|
} |