From 1212a88170a987f518eee81d3281561328d75c8c Mon Sep 17 00:00:00 2001 From: supernova <76390419+driedpampas@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:49:10 +0300 Subject: [PATCH] fix --- platform_spec/chromium/manifest.json | 3 ++- platform_spec/firefox/manifest.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/platform_spec/chromium/manifest.json b/platform_spec/chromium/manifest.json index 8bde891b..4ba800f0 100644 --- a/platform_spec/chromium/manifest.json +++ b/platform_spec/chromium/manifest.json @@ -20,7 +20,8 @@ "webNavigation", "tabs", "declarativeNetRequestWithHostAccess", - "webRequest" + "webRequest", + "webRequestBlocking" ], "host_permissions": [ "" diff --git a/platform_spec/firefox/manifest.json b/platform_spec/firefox/manifest.json index 30bbabb8..ea693122 100644 --- a/platform_spec/firefox/manifest.json +++ b/platform_spec/firefox/manifest.json @@ -25,7 +25,8 @@ "webNavigation", "tabs", "declarativeNetRequestWithHostAccess", - "webRequest" + "webRequest", + "webRequestBlocking" ], "host_permissions": [ ""