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