diff options
| author | Ilya Sukhar | 2010-10-21 00:14:51 -0700 |
|---|---|---|
| committer | Ilya Sukhar | 2010-10-21 00:14:51 -0700 |
| commit | 9232479ac78f295413802b1cc74f6b6056e0a814 (patch) | |
| tree | 2ca9cbe5541efbd40d43f5d33bea56301d720189 | |
| parent | f7a534efe5d4c77c462955674dd4678bc10f2012 (diff) | |
| download | vimium-9232479ac78f295413802b1cc74f6b6056e0a814.tar.bz2 | |
Fix for file:// support regression after Chrome API changed.
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index d49adfa2..d43f0855 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ ], "content_scripts": [ { - "matches": ["http://*/*", "https://*/*", "file://*/*", "ftp://*/*" ], + "matches": ["<all_urls>"], "js": ["lib/keyboardUtils.js", "lib/clipboard.js", "linkHints.js", |
