From 5e58b83688d1953bbae0dd492f51eb4ea7c222d3 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 15 Nov 2010 21:38:13 +0000 Subject: Allow keybinding in chromium --- chromium/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromium') 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" } } -- cgit v1.2.3