From 09d9b05a93776a4cec06ba0b14146cdec2bfd1a8 Mon Sep 17 00:00:00 2001 From: Lesley Norton Date: Sat, 27 Nov 2021 12:05:25 -0600 Subject: [PATCH] Make nativeMessaging and proxy permissions optional --- src/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index c236a9a..ba11b45 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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": {