aboutsummaryrefslogtreecommitdiffstats
path: root/meta/config.json
blob: 6bae27b024d45ae3d7483d7d20c70b0c5927ccb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
	"name": "µBlock",
	"clean_name": "ublock",
	"url": "https://github.com/gorhill/uBlock",
	"author": "Raymond Hill",
	"author_email": "rhill@raymondhill.net",
	"version": "0.7.0.9",
	"def_lang": "en",
	"vendors": {
		"crx": {
			"app_id": "cjpalhdlnbpafiamejdnhcphjbkeiagm",
			"manifest": "manifest.json",
			"locales": "_locales",
			"file_ext": ".crx",
			"cert_key": "../meta/crx/key.pem"
		},
		"safariextz": {
			"app_id": "net.gorhill.uBlock",
			"manifest": {
				"Info": "Info.plist",
				"Settings": "Settings.plist"
			},
			"file_ext": ".safariextz",
			"developer_identifier": "",
			"cert_dir": "../meta/safariextz/certs/",
			"cert_key": "../meta/safariextz/certs/key.pem"
		}
	}
}