remove other web accessible resources

This directly follows 09d72be1ff.
This commit is contained in:
buzz-lightsnack-2007 2024-05-21 14:40:07 +08:00
parent 89526aa882
commit 750c46b59b

View file

@ -21,7 +21,7 @@
"web_accessible_resources": [ "web_accessible_resources": [
{ {
"matches": ["http://*/*", "https://*/*"], "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"]
} }
], ],