diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index ce760d2e..fc94482b 100644 --- a/manifest.json +++ b/manifest.json @@ -70,6 +70,12 @@ "match_about_blank": true }, { + "matches": ["<all_urls>"], + "js": ["content_scripts/injected.js"], + "run_at": "document_start", + "all_frames": true + }, + { "matches": ["file:///", "file:///*/"], "css": ["content_scripts/file_urls.css"], "run_at": "document_start", |
