forked from FirefoxBar/HeaderEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
33 lines (33 loc) · 770 Bytes
/
extension.json
File metadata and controls
33 lines (33 loc) · 770 Bytes
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
30
31
32
33
{
"dist": "HeaderEditor-{VER}",
"autobuild": {
"xpi": true,
"amo": true,
"cwx": true,
"crx": false
},
"firefox": {
"mozilla": {
"key": "user:12835504:478",
"secret": "AMO_SECRET"
},
"version": "52.0",
"xpi": "headereditor@addon.firefoxcn.net",
"amo": "headereditor-amo@addon.firefoxcn.net",
"update": "https://ext.firefoxcn.net/headereditor/install/update.json"
},
"chrome": {
"store": {
"id": "532608894666-d0d7mq11u6oue4hqrtduu6rcid1sd8cb.apps.googleusercontent.com",
"token": "CWS_TOKEN",
"secret": "CWS_SECRET"
},
"id": "eningockdidmgiojffjmkdblpjocbhgh",
"update": "https://ext.firefoxcn.net/headereditor/install/update.xml"
},
"github": {
"enable": true,
"token": "GITHUB_RELEASE_TOKEN",
"tag": "{VER}"
}
}