From 750c46b59bb8b9d0cb62a21f5fd7b6317321814b Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 21 May 2024 14:40:07 +0800 Subject: [PATCH] remove other web accessible resources This directly follows 09d72be1fff52a58d93d4f5c5899786480e2ff5e. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index af65460..aa794ae 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "web_accessible_resources": [ { "matches": ["http://*/*", "https://*/*"], - "resources": ["media/config.symbols.json", "scripts/*.js", "scripts/external/*.js", "scripts/mapping/*.js", "scripts/utils/*.js", "scripts/AI/*.js", "config/*.json"] + "resources": ["scripts/*.js", "scripts/external/*.js"] } ],