summaryrefslogtreecommitdiff
path: root/chromium/manifest.json
blob: ea80b154a7908acd125d54523966be120bdf54b2 (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": "http://njw.me.uk/software/simplyread/",
	"update_url": "http://njw.me.uk/software/simplyread/chromium-updates.xml"
}