-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappinfo.json
55 lines (55 loc) · 1.14 KB
/
appinfo.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
48
49
50
51
52
53
54
55
{
"uuid": "cf6dfdc6-4285-4ec8-aeac-55f373354143",
"shortName": "Dota2Timer",
"longName": "Dota2timer",
"companyName": "Satragno Software",
"versionCode": 1,
"versionLabel": "0.0.1",
"capabilities": [ "configurable" ],
"watchapp": {
"watchface": false
},
"appKeys": {
"isCancel": 0,
"alert53": 1,
"alert_courier": 2
},
"resources": {
"media": [{
"type": "png",
"name": "IMAGE_BUTTON_PAUSE",
"file": "images/pause.png"
},
{
"type": "png",
"name": "IMAGE_BUTTON_ROSHAN",
"file": "images/roshan.png"
},
{
"type": "png",
"name": "IMAGE_BUTTON_STOP",
"file": "images/stop.png"
},
{
"type": "png",
"name": "IMAGE_BUTTON_START",
"file": "images/start.png"
},
{
"type": "png",
"name": "IMAGE_BUTTON_ADD",
"file": "images/add.png"
},
{
"type": "png",
"name": "IMAGE_BUTTON_SUBSTRACT",
"file": "images/substract.png"
},
{
"type": "png",
"name": "IMAGE_DOTA_LOGO",
"file": "images/dota2logo.png",
"menuIcon": true
}]
}
}