aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorunknown2010-04-02 16:43:25 +0800
committerPhil Crosby2010-06-01 21:50:43 -0700
commitd5e931d4328f25ef4b32df80aa0604309b77a36b (patch)
treebf98f601519ca9d41419a53ffd692ffa26893cf2
parente3eca7cfaf9925daa8f2aeaa819bd534b035a492 (diff)
downloadvimium-d5e931d4328f25ef4b32df80aa0604309b77a36b.tar.bz2
Enable vimium for local files.
-rw-r--r--manifest.json2
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",