Make nativeMessaging and proxy permissions optional
This commit is contained in:
+4
-4
@@ -18,16 +18,16 @@
|
|||||||
"history",
|
"history",
|
||||||
"idle",
|
"idle",
|
||||||
"management",
|
"management",
|
||||||
"nativeMessaging",
|
|
||||||
"storage",
|
"storage",
|
||||||
"unlimitedStorage",
|
"unlimitedStorage",
|
||||||
"tabs",
|
"tabs",
|
||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"webRequest",
|
"webRequest"
|
||||||
"proxy"
|
|
||||||
],
|
],
|
||||||
"optional_permissions": [
|
"optional_permissions": [
|
||||||
"bookmarks"
|
"bookmarks",
|
||||||
|
"nativeMessaging",
|
||||||
|
"proxy"
|
||||||
],
|
],
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
|
|||||||
Reference in New Issue
Block a user