firefox compatibility
This commit is contained in:
parent
dde0bfa391
commit
8261b67ad7
|
@ -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"]
|
||||
}
|
Loading…
Reference in a new issue