Make nativeMessaging and proxy permissions optional

This commit is contained in:
Lesley Norton 2021-11-27 12:05:25 -06:00
parent e3772b28b9
commit 09d9b05a93
No known key found for this signature in database
GPG key ID: E98FBAEE3F13956E

View file

@ -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": {