From e14c12ce66e8adf8c76ae0d06d29ffa4b4cc3850 Mon Sep 17 00:00:00 2001 From: cpu Date: Fri, 28 Mar 2025 05:58:58 +0100 Subject: [PATCH] clean up --- manifest.json | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/manifest.json b/manifest.json index 0ed56ef..16d95a9 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } \ No newline at end of file