aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifest.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index b134ceaa..9a4e0167 100644
--- a/manifest.json
+++ b/manifest.json
@@ -46,9 +46,10 @@
"all_frames": true
},
{
- "matches": ["file://*"],
+ "matches": ["file:///", "file:///*/"],
"css": ["content_scripts/file_urls.css"],
- "run_at": "document_start"
+ "run_at": "document_start",
+ "all_frames": true
}
],
"browser_action": {