From f0c5169b2b1fa49e875eaf2d758654e49c4a4f21 Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz_lightsnack_2007@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:18:05 +0800 Subject: [PATCH] temporarily accomodate for multiple casings --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f8fb517..3cd1b22 100644 --- a/manifest.json +++ b/manifest.json @@ -24,7 +24,7 @@ "web_accessible_resources": [ { "matches": ["http://*/*", "https://*/*"], - "resources": ["scripts/*.js", "gui/scripts/*.js", "config/*.json"] + "resources": ["scripts/*.js", "gui/scripts/*.js", "gui/scripts/*.JS", "config/*.json"] } ],