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:10:22 -06:00
parent 433934f55e
commit 2d8c28733d
No known key found for this signature in database
GPG Key ID: 2981366353D63178
1 changed files with 1 additions and 1 deletions

View File

@ -46,8 +46,8 @@
"permissions": [
"<all_urls>",
"background",
"downloads",
"activeTab",
"tabs",
"file:///*",
"http://*/*",