-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.config.json
47 lines (47 loc) · 1.36 KB
/
plugin.config.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"headers": {
"common": {
"author": "screach",
"match": [
"https://intel.ingress.com/*",
"https://intel-x.ingress.com/*"
],
"name": "${pluginName}",
"namespace": "https://github.com/IITC-CE/ingress-intel-total-conversion"
},
"local": {
"downloadURL": "http://localhost:8000/local/${pluginCode}.user.js",
"updateURL": "http://localhost:8000/local/${pluginCode}.meta.js"
},
"prod": {
"updateURL": "https://raw.githubusercontent.com/xscreach/iitc-plugins/master/releases/prod/${pluginCode}.meta.js",
"downloadURL": "https://raw.githubusercontent.com/xscreach/iitc-plugins/master/releases/prod/${pluginCode}.user.js"
}
},
"plugins": [
{
"headers": {
"id": "WasabeeAutoMarkers",
"description": "Marks specific portals with Wasabee markers based on configuration",
"version": "0.1.1.BUILDDATE",
"category": "Wasabee"
},
"pluginCode": "wasabeeMarkers",
"pluginName": "Wasabee Auto Markers"
},
{
"headers": {
"id": "HideChatUI",
"description": "Removes chat UI",
"version": "0.0.1.BUILDDATE",
"category": "Misc"
},
"pluginCode": "hideChatUI",
"pluginName": "Hide Chat UI"
}
],
"releaseFolder": {
"local": "./releases/local/",
"prod": "./releases/prod/"
}
}