blob: 321aff9dc1de373f90900f48886cf02e45d9aa82 (
plain)
1
2
3
4
5
6
7
8
|
{
"name": "SimplyRead",
"version": "VERSION",
"background_page": "background.html",
"permissions": [ "tabs", "*://*/*" ],
"content_scripts": [{"matches": ["*://*/*"], "js": ["simplyread.js", "keybind.js"]}],
"browser_action": { "default_icon": "icon.png" }
}
|