ensure symbols being read to avoid erroring out in other pages

This commit is contained in:
buzz-lightsnack-2007 2024-04-28 14:30:52 +08:00
parent 2e9ddc7f0c
commit 80f905a0a0

View file

@ -23,7 +23,7 @@
"web_accessible_resources": [
{
"matches": ["http://*/*", "https://*/*"],
"resources": ["scripts/*.js", "scripts/external/*.js", "scripts/mapping/*.js", "scripts/utils/*.js", "config/*.json"]
"resources": ["media/config.symbols.json", "scripts/*.js", "scripts/external/*.js", "scripts/mapping/*.js", "scripts/utils/*.js", "config/*.json"]
}
],