From 7fa035ad2ae352a3f8f94fe0367127bfde545a78 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sat, 8 Jun 2024 09:07:35 +0800 Subject: [PATCH] grant access to all extension-bundled filters --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index b058623..ef5d392 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -21,7 +21,7 @@ "web_accessible_resources": [ { "matches": ["http://*/*", "https://*/*"], - "resources": ["scripts/*.js", "scripts/platform/*.js"] + "resources": ["scripts/*.js", "scripts/platform/*.js", "config/filters/*.filter"] } ],