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

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

	"description": "Deobfuscate e-mail addresses \"protected\" by Cloudflare",

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

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