blob: 996b3e8df6fce30d04c17294609e3f0e4f22d47a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "SimplyRead",
"version": "VERSION",
"background_page": "background.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"
}
|