firefox needs request origin permission as optional_permissions
This commit is contained in:
parent
09b085d24b
commit
96bc4d6692
@ -38,6 +38,8 @@
|
||||
"activeTab"
|
||||
],
|
||||
"optional_permissions": [
|
||||
"http://*/*",
|
||||
"https://*/*",
|
||||
"webRequest"
|
||||
],
|
||||
"browser_action": {
|
||||
@ -59,4 +61,4 @@
|
||||
"page": "static/background.html",
|
||||
"persistent": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user