From d40bb5d0211ed6eb89ceccd12b5e714e3b66d0fa Mon Sep 17 00:00:00 2001 From: memdmp Date: Thu, 28 Aug 2025 23:34:16 +0200 Subject: fix: webRequest optional doesnt seem to work --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 880b4a6..98ee35d 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,9 @@ "contextMenus", "theme", "storage", - "unlimitedStorage" + "unlimitedStorage", + "webRequest", + "webRequestBlocking" ], "optional_permissions": [ "activeTab", @@ -31,8 +33,6 @@ "tabGroups", "tabs", "topSites", - "webRequest", - "webRequestBlocking", "webNavigation", "" ], -- cgit v1.2.3