Skip to content

Commit 1191bf9

Browse files
committed
fix manifest
1 parent 7af0618 commit 1191bf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/manifest/firefox/manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"default_popup": "browseraction.html"
1515
},
1616
"background": {
17-
"scripts": ["background.js"]
17+
"scripts": ["background.js"],
18+
"persistent": false,
19+
"type": "module"
1820
},
1921
"commands": {
2022
"_execute_browser_action": {}

0 commit comments

Comments
 (0)