From 2b2bcd5251244ec59de7e0ebccf6831c3ab3e8d3 Mon Sep 17 00:00:00 2001 From: codebicycle Date: Sat, 6 Feb 2021 10:57:15 +0200 Subject: [PATCH] remove activeTab permission --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 261be66..8875843 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "48": "icons/icon48.png", "128": "icons/icon128.png" }, - "permissions": ["activeTab", "storage"], + "permissions": ["storage"], "options_ui": { "page": "options.html", "open_in_tab": true