From 509da228749a637e097666997af21f6dadf22fc4 Mon Sep 17 00:00:00 2001 From: Arthur Diniz Date: Wed, 27 Oct 2021 14:03:01 -0300 Subject: [PATCH] Remove activeTab permission Signed-off-by: Arthur Diniz --- chrome/manifest.json | 1 - firefox/manifest.json | 1 - 2 files changed, 2 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index 63de076..b74ecb4 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -19,7 +19,6 @@ "default_title": "GitHub workflows dropdown inputs" }, "permissions": [ - "activeTab", "storage" ] } \ No newline at end of file diff --git a/firefox/manifest.json b/firefox/manifest.json index db3be47..bcc10a8 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -20,7 +20,6 @@ "default_title": "GitHub workflows dropdown inputs" }, "permissions": [ - "activeTab", "storage" ], "browser_specific_settings": {