aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Sukhar2010-10-21 00:14:51 -0700
committerIlya Sukhar2010-10-21 00:14:51 -0700
commit9232479ac78f295413802b1cc74f6b6056e0a814 (patch)
tree2ca9cbe5541efbd40d43f5d33bea56301d720189
parentf7a534efe5d4c77c462955674dd4678bc10f2012 (diff)
downloadvimium-9232479ac78f295413802b1cc74f6b6056e0a814.tar.bz2
Fix for file:// support regression after Chrome API changed.
-rw-r--r--manifest.json2
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",