From b211bc0c4bbd3fbc798836c107080bb16295eb47 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 5 Mar 2024 23:16:56 +0100 Subject: [PATCH] I think activeTab is better than all_urls? --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c4764d6..3bebc0b 100644 --- a/manifest.json +++ b/manifest.json @@ -67,7 +67,7 @@ }, "permissions": [ - "", + "activeTab", "storage", "downloads" ]