mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
remove activeTab permission, as we don't support that
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"activeTab"
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
|
||||
"browser_action": {
|
||||
|
||||
Reference in New Issue
Block a user