fix(extension): make background script persistent to avoid codes disappearing

This commit is contained in:
Ashhhleyyy 2024-02-23 15:10:12 +00:00
parent 938dd181c7
commit 0a81bf5bbc
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -17,7 +17,6 @@
],
"background": {
"scripts": ["src/background.js"],
"persistent": false,
"type": "module"
},
"browser_action": {