Firefox only supports peristent background extensions so I've removed the persistent:false flag

This commit is contained in:
Brian Vaughn
2019-04-12 10:20:23 -07:00
parent 8f17ade7e5
commit dbd1d6b0bd
+1 -2
View File
@@ -41,8 +41,7 @@
],
"background": {
"scripts": ["build/background.js"],
"persistent": false
"scripts": ["build/background.js"]
},
"permissions": [