From 6332d17ca6f4da7e8c8b9072fa1122b25e4b88e0 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:34:32 +0800 Subject: [PATCH] rewrite access to other modules --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index df9f05e..5fc2709 100644 --- a/manifest.json +++ b/manifest.json @@ -28,7 +28,7 @@ "web_accessible_resources": [ { "matches": ["http://*/*", "https://*/*"], - "resources": ["scripts/*.js", "gui/scripts/*.js", "gui/scripts/AI/*.js", "gui/scripts/external/*.js", "gui/scripts/*.JS", "config/*.json"] + "resources": ["scripts/*.js", "scripts/external/*.js", "scripts/mapping/*.js", "scripts/utils/*.js", "config/*.json"] } ],