mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -46,8 +46,8 @@
|
||||
|
||||
"permissions": [
|
||||
"<all_urls>",
|
||||
"background",
|
||||
"downloads",
|
||||
"activeTab",
|
||||
"tabs",
|
||||
"file:///*",
|
||||
"http://*/*",
|
||||
|
||||
Reference in New Issue
Block a user