firefox compatibility

This commit is contained in:
Lauchmelder 2022-04-01 13:57:59 +02:00
parent dde0bfa391
commit 8261b67ad7
No known key found for this signature in database
GPG key ID: C2403C69D78F011D

View file

@ -7,8 +7,8 @@
"48": "res/icon48.png", "48": "res/icon48.png",
"128": "res/icon128.png" "128": "res/icon128.png"
}, },
"manifest_version": 3, "manifest_version": 2,
"action": { "browser_action": {
"default_popup": "src/popup.html" "default_popup": "src/popup.html"
}, },
"content_scripts": [ "content_scripts": [
@ -18,7 +18,7 @@
} }
], ],
"background": { "background": {
"service_worker": "src/background.js" "scripts": ["src/background.js"]
}, },
"permissions": ["storage"] "permissions": ["storage"]
} }