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