fix(extension): make background script persistent to avoid codes disappearing
This commit is contained in:
parent
938dd181c7
commit
0a81bf5bbc
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["src/background.js"],
|
"scripts": ["src/background.js"],
|
||||||
"persistent": false,
|
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
|
|
Loading…
Reference in a new issue