From 8261b67ad7028c65a6771c07c50d30591151b198 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Fri, 1 Apr 2022 13:57:59 +0200 Subject: [PATCH] firefox compatibility --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 09bc8c5..ba59a81 100644 --- a/manifest.json +++ b/manifest.json @@ -7,8 +7,8 @@ "48": "res/icon48.png", "128": "res/icon128.png" }, - "manifest_version": 3, - "action": { + "manifest_version": 2, + "browser_action": { "default_popup": "src/popup.html" }, "content_scripts": [ @@ -18,7 +18,7 @@ } ], "background": { - "service_worker": "src/background.js" + "scripts": ["src/background.js"] }, "permissions": ["storage"] } \ No newline at end of file