blob: 6b28f29528d070299cb073bfc679bd8f881071ca (
plain)
1
2
3
4
5
6
7
8
9
|
{
"name": "SimplyRead",
"version": "VERSION",
"background_page": "background.html",
"permissions": [ "tabs", "*://*/*" ],
"content_scripts": [{"matches": ["*://*/*"], "js": ["simplyread.js", "keybind.js"]}],
"browser_action": { "default_icon": "icon.png" },
"update_url": "http://njw.me.uk/software/simplyread/chromium-updates.xml"
}
|