diff --git a/src/manifest.json b/src/manifest.json index b058623..ef5d392 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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"] } ],