Skip to content

Commit c4fdc6d

Browse files
committed
fix: Prevent extension being stopped
ref gh-5
1 parent 5f45657 commit c4fdc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": [
1414
"background.js"
1515
],
16-
"persistent": false
16+
"persistent": true
1717
},
1818
"options_ui": {
1919
"page": "options.html",

0 commit comments

Comments
 (0)