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"] } ],