From afd756f66ce92458b75488de4748d5cca506619f Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Sat, 29 Apr 2023 05:44:27 -0700 Subject: [PATCH] fix: remove activeTab manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7c06d6af..087bbd3f 100644 --- a/manifest.json +++ b/manifest.json @@ -25,5 +25,5 @@ "128": "src/assets/os-icons/os-icon-128.png" }, "host_permissions": [""], - "permissions": ["storage","webRequest", "activeTab", "tabs", "cookies"] + "permissions": ["storage","webRequest", "tabs", "cookies"] }