diff --git a/manifest.json b/manifest.json index b6ce4e4..8c3b46e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,31 +1,32 @@ -{ - "manifest_version": 3, - "name": "Uptime Monitor", - "version": "1.0", - "description": "Überwacht Dienste und benachrichtigt mich, wenn sie offline gehen.", - "permissions": [ - "storage", - "notifications", - "alarms" - ], - "host_permissions": [ - "" - ], - "background": { - "service_worker": "background.js" - }, - "action": { - "default_popup": "popup.html", - "default_icon": { - "16": "icons/icon16.PNG", - "48": "icons/icon48.PNG", - "128": "icons/icon128.PNG" - } - }, - "options_page": "options.html", - "icons": { - "16": "icons/icon16.PNG", - "48": "icons/icon48.PNG", - "128": "icons/icon128.PNG" - } +{ + "manifest_version": 3, + "name": "Uptime Monitor", + "version": "1.1", + "description": "Überwacht Dienste und benachrichtigt mich, wenn sie offline gehen.", + "permissions": [ + "storage", + "notifications", + "alarms", + "tabs" + ], + "host_permissions": [ + "" + ], + "background": { + "service_worker": "background.js" + }, + "action": { + "default_popup": "popup.html", + "default_icon": { + "16": "icons/icon16.PNG", + "48": "icons/icon48.PNG", + "128": "icons/icon128.PNG" + } + }, + "options_page": "options.html", + "icons": { + "16": "icons/icon16.PNG", + "48": "icons/icon48.PNG", + "128": "icons/icon128.PNG" + } } \ No newline at end of file