From 7eca642da3c9b712987dd1b26837023323c34cc8 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Fri, 14 Feb 2020 20:29:38 +0100 Subject: [PATCH] Let's take away 'tabs' permission, since activeTab seems to do the job just fine --- src/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index e7cab81..82efb71 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -57,7 +57,10 @@ "res/img/settings/about-bg.png" ], "permissions": [ - "tabs", "storage", "activeTab", "", "webNavigation" + "storage", + "activeTab", + "", + "webNavigation" ], "optional_permissions": [ "downloads"