diff options
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" }  }  | 
