From 0b28a0ead649dbfaf9cf7ea82cf2075579f8b9f4 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 4 Apr 2022 12:29:39 +0700 Subject: [PATCH] remove now unused tab permission --- extension/manifest-chrome.json | 3 +-- extension/manifest-firefox.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/extension/manifest-chrome.json b/extension/manifest-chrome.json index 02dd2e8..1186f77 100644 --- a/extension/manifest-chrome.json +++ b/extension/manifest-chrome.json @@ -11,8 +11,7 @@ "default_popup": "index.html" }, "permissions": [ - "storage", - "tabs" + "storage" ], "content_scripts": [ { diff --git a/extension/manifest-firefox.json b/extension/manifest-firefox.json index 11e3b89..c3fb5c5 100644 --- a/extension/manifest-firefox.json +++ b/extension/manifest-firefox.json @@ -11,8 +11,7 @@ "default_popup": "index.html" }, "permissions": [ - "storage", - "tabs" + "storage" ], "content_scripts": [ {