grant access to all extension-bundled filters
This commit is contained in:
parent
a585f76e1b
commit
7fa035ad2a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
"web_accessible_resources": [
|
||||
{
|
||||
"matches": ["http://*/*", "https://*/*"],
|
||||
"resources": ["scripts/*.js", "scripts/platform/*.js"]
|
||||
"resources": ["scripts/*.js", "scripts/platform/*.js", "config/filters/*.filter"]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue