clean up
This commit is contained in:
@@ -51,50 +51,5 @@
|
||||
"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": "Toggle Game",
|
||||
"short_name": "Toggle",
|
||||
"description": "Toggle game state (start/pause)",
|
||||
"url": "/?action=toggle",
|
||||
"icons": [{ "src": "/icons/toggle.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "Next Player",
|
||||
"short_name": "Next",
|
||||
"description": "Go to next player",
|
||||
"url": "/?action=nextplayer",
|
||||
"icons": [{ "src": "/icons/next.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "Reset Game",
|
||||
"short_name": "Reset",
|
||||
"description": "Reset the entire game",
|
||||
"url": "/?action=reset",
|
||||
"icons": [{ "src": "/icons/reset.png", "sizes": "192x192" }]
|
||||
}
|
||||
],
|
||||
"gcm_sender_id": "103953800507"
|
||||
}
|
||||
Reference in New Issue
Block a user