temporarily accomodate for multiple casings
This commit is contained in:
parent
0eae6e0368
commit
f0c5169b2b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
{
|
{
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
"resources": ["scripts/*.js", "gui/scripts/*.js", "config/*.json"]
|
"resources": ["scripts/*.js", "gui/scripts/*.js", "gui/scripts/*.JS", "config/*.json"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue