diff options
| author | unknown | 2010-04-02 16:43:25 +0800 |
|---|---|---|
| committer | Phil Crosby | 2010-06-01 21:50:43 -0700 |
| commit | d5e931d4328f25ef4b32df80aa0604309b77a36b (patch) | |
| tree | bf98f601519ca9d41419a53ffd692ffa26893cf2 | |
| parent | e3eca7cfaf9925daa8f2aeaa819bd534b035a492 (diff) | |
| download | vimium-d5e931d4328f25ef4b32df80aa0604309b77a36b.tar.bz2 | |
Enable vimium for local files.
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 43a1668a..4d841254 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ ], "content_scripts": [ { - "matches": ["http://*/*", "https://*/*"], + "matches": ["http://*/*", "https://*/*", "file://*/*" ], "js": ["lib/keyboardUtils.js", "lib/clipboard.js", "linkHints.js", |
