fix: correct permissions for Firefox

remove the `background` permissions as it's not used by Firefox, but `activeTab` is and we needed
it.

fix #136
This commit is contained in:
Wellington Cordeiro
2019-04-22 15:12:33 -06:00
parent 433934f55e
commit 2d8c28733d
+1 -1
View File
@@ -46,8 +46,8 @@
"permissions": [
"<all_urls>",
"background",
"downloads",
"activeTab",
"tabs",
"file:///*",
"http://*/*",