summaryrefslogtreecommitdiff
path: root/chromium/manifest.json
blob: 875c63345b40abd27998e16867931eba16d35b92 (plain)
1
2
3
4
5
6
7
8
{
	"name": "Readable",
	"version": "VERSION",
	"background_page": "background.html",
	"permissions": [ "tabs", "*://*/*" ],
	"content_scripts": [{"matches": ["*://*/*"], "js": ["readable.js"]}],
	"browser_action": { "default_icon": "icon.png" }
}