From d5e931d4328f25ef4b32df80aa0604309b77a36b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 2 Apr 2010 16:43:25 +0800 Subject: Enable vimium for local files. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3