diff options
author | Nick White <git@njw.me.uk> | 2010-11-15 21:38:13 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-15 21:38:13 +0000 |
commit | 5e58b83688d1953bbae0dd492f51eb4ea7c222d3 (patch) | |
tree | 8bfd3afe24c8816cd3be28664dbc6b839634421d /chromium | |
parent | 9e11b949979529561e1a4d50ec43995983d1042e (diff) |
Allow keybinding in chromium
Diffstat (limited to 'chromium')
-rw-r--r-- | chromium/manifest.json | 2 |
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" } } |