Skip to content

Commit 1bba083

Browse files
committed
chore: set background persistent to false
1 parent 10e1a8b commit 1bba083

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/manifest.v2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"background": {
2727
"scripts": [
2828
"background.js"
29-
]
29+
],
30+
"persistent": false
3031
},
3132
"browser_action": {
3233
"default_popup": "popup.html?popup=true"

0 commit comments

Comments
 (0)