From 2147145ad637b91ef00a4e5b3513b200532d3e8c Mon Sep 17 00:00:00 2001 From: coomdev Date: Thu, 9 Jun 2022 00:50:52 +0200 Subject: [PATCH] Remove unused debug permissions --- build-chrome.js | 3 +-- chrome/bg.js | 0 chrome/manifest.json | 5 ++--- 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 chrome/bg.js diff --git a/build-chrome.js b/build-chrome.js index 8bcf4fa..c2f78f5 100644 --- a/build-chrome.js +++ b/build-chrome.js @@ -107,8 +107,7 @@ const manif3 = { //"notifications", //"clipboardWrite", //"activeTab", - "declarativeNetRequestWithHostAccess", - "declarativeNetRequestFeedback" + "declarativeNetRequestWithHostAccess" //"contextMenus", ], host_permissions: domains, diff --git a/chrome/bg.js b/chrome/bg.js deleted file mode 100644 index e69de29..0000000 diff --git a/chrome/manifest.json b/chrome/manifest.json index 7b704fa..c7f9e34 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -7,8 +7,7 @@ "64": "1449696017588.png" }, "permissions": [ - "declarativeNetRequestWithHostAccess", - "declarativeNetRequestFeedback" + "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https://*.coom.tech/*", @@ -115,4 +114,4 @@ } ] } -} \ No newline at end of file +}