firefox needs request origin permission as optional_permissions

This commit is contained in:
Sebastian 2022-09-07 09:02:20 -03:00
parent 09b085d24b
commit 96bc4d6692
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -38,6 +38,8 @@
"activeTab"
],
"optional_permissions": [
"http://*/*",
"https://*/*",
"webRequest"
],
"browser_action": {
@ -59,4 +61,4 @@
"page": "static/background.html",
"persistent": true
}
}
}