blob: a0ff97b4e70b86e2bdc62d7ede8c4828b0d72552 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "SimplyRead",
"version": "VERSION",
"background_page": "background.html",
"options_page": "options.html",
"permissions": [ "tabs", "<all_urls>" ],
"content_scripts": [{"matches": ["<all_urls>"], "js": ["simplyread.js", "keybind.js", "viable.js"]}],
"page_action": { "default_icon": "icon.png" },
"icons": {"48":"icon48.png", "128":"icon128.png"},
"homepage_url": "WEBSITE/",
"update_url": "WEBSITE/chromium-updates.xml"
}
|