rewrite access to other modules
This commit is contained in:
parent
3e683a7803
commit
6332d17ca6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
{
|
{
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"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"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue