Skip to content

Commit ab5623a

Browse files
authoredJan 20, 2023
fix(firefox): stop extension unloading, fix #1974 (#2000)
1 parent 7dbe206 commit ab5623a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/shell-chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": [
2929
"build/background.js"
3030
],
31-
"persistent": false
31+
"persistent": true
3232
},
3333
"permissions": [
3434
"<all_urls>",

0 commit comments

Comments
 (0)