summaryrefslogtreecommitdiff
path: root/chromium
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-15 21:38:13 +0000
committerNick White <git@njw.me.uk>2010-11-15 21:38:13 +0000
commit5e58b83688d1953bbae0dd492f51eb4ea7c222d3 (patch)
tree8bfd3afe24c8816cd3be28664dbc6b839634421d /chromium
parent9e11b949979529561e1a4d50ec43995983d1042e (diff)
Allow keybinding in chromium
Diffstat (limited to 'chromium')
-rw-r--r--chromium/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/manifest.json b/chromium/manifest.json
index 56c51fa..321aff9 100644
--- a/chromium/manifest.json
+++ b/chromium/manifest.json
@@ -3,6 +3,6 @@
"version": "VERSION",
"background_page": "background.html",
"permissions": [ "tabs", "*://*/*" ],
- "content_scripts": [{"matches": ["*://*/*"], "js": ["simplyread.js"]}],
+ "content_scripts": [{"matches": ["*://*/*"], "js": ["simplyread.js", "keybind.js"]}],
"browser_action": { "default_icon": "icon.png" }
}