From 7dc944f1d4e5ab4ea3dc2ac720b4534c6817ca2d Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Sat, 3 Aug 2024 07:15:58 +0000 Subject: [PATCH] MV3 --- source/manifest.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/source/manifest.json b/source/manifest.json index 0e4be52..ced8362 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -2,9 +2,9 @@ "name": "Notifications Preview for GitHub", "homepage_url": "https://github.com/tanmayrajani/notifications-preview-github", "version": "0.0.0", - "manifest_version": 2, + "manifest_version": 3, "minimum_chrome_version": "115", - "applications": { + "browser_specific_settings": { "gecko": { "id": "notifications-preview-github@tanmayrajani.github.io", "strict_min_version": "115.0" @@ -30,12 +30,10 @@ "run_at": "document_start" }], "background": { - "scripts": [ - "options-storage.js" - ] + "service_worker": "options-storage.js", + "type": "module" }, "options_ui": { - "chrome_style": true, "page": "options.html" } }