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": {
|
||||
"scripts": ["src/background.js"],
|
||||
"persistent": false,
|
||||
"type": "module"
|
||||
},
|
||||
"browser_action": {
|
||||
|
|
Loading…
Reference in a new issue