diff options
| author | Conrad Irwin | 2010-05-30 12:17:20 +0100 |
|---|---|---|
| committer | Phil Crosby | 2010-06-01 21:50:49 -0700 |
| commit | 3b412ce951643214f5e0f943e10ff9302fe001b9 (patch) | |
| tree | c23f9d1e18db6e35b722eef75e52d2304bcdbc67 | |
| parent | d5e931d4328f25ef4b32df80aa0604309b77a36b (diff) | |
| download | vimium-3b412ce951643214f5e0f943e10ff9302fe001b9.tar.bz2 | |
Run on ftp:// too
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 4d841254..58ff69ae 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ ], "content_scripts": [ { - "matches": ["http://*/*", "https://*/*", "file://*/*" ], + "matches": ["http://*/*", "https://*/*", "file://*/*", "ftp://*/*" ], "js": ["lib/keyboardUtils.js", "lib/clipboard.js", "linkHints.js", |
