summary refs log tree commit diff
path: root/manifest.json
blob: 42e5971fa8bcc399089a518ecebaa530f5109128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"manifest_version": 2,

	"name": "[email protected]",
	"version": "0.2",

	"description": "Deobfuscate e-mail addresses \"protected\" by Cloudflare",
	"homepage_url": "https://anomalous.eu/projects/email-protected",

	"icons": {
		"48": "icon.svg",
		"96": "icon.svg"
	},

	"content_scripts": [
		{
			"matches": [ "*://*/*" ],
			"js": [ "content.js" ],
			"run_at": "document_end"
		}
	]
}