mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Firefox only supports peristent background extensions so I've removed the persistent:false flag
This commit is contained in:
@@ -41,8 +41,7 @@
|
||||
],
|
||||
|
||||
"background": {
|
||||
"scripts": ["build/background.js"],
|
||||
"persistent": false
|
||||
"scripts": ["build/background.js"]
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
|
||||
Reference in New Issue
Block a user