Reduced permissions in the manifest
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
"default_locale": "en-US",
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
"storage",
|
||||
"tabs"
|
||||
"storage"
|
||||
],
|
||||
"host_permissions": [
|
||||
"<all_urls>"
|
||||
"optional_permissions": [
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"action": {
|
||||
"default_title": "__MSG_extensionName__",
|
||||
|
||||
Reference in New Issue
Block a user