diff options
| author | mrmr1993 | 2014-07-26 23:45:53 +0100 |
|---|---|---|
| committer | mrmr1993 | 2014-07-26 23:45:53 +0100 |
| commit | 9837397a89b985647416551cfe8b7da578fda1ad (patch) | |
| tree | e2fb2c9f9d81f774810c4234276e74cfca057d25 | |
| parent | 921471902b95c52e8552999bfa49b26c11cc6307 (diff) | |
| download | vimium-9837397a89b985647416551cfe8b7da578fda1ad.tar.bz2 | |
Apply search fix on file:// directory entries
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index b134ceaa..f1206bd8 100644 --- a/manifest.json +++ b/manifest.json @@ -46,7 +46,7 @@ "all_frames": true }, { - "matches": ["file://*"], + "matches": ["file:///", "file:///*/"], "css": ["content_scripts/file_urls.css"], "run_at": "document_start" } |
