-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
81 lines (81 loc) · 2.12 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Verietas Software",
"longName": "eNotify",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/error_icon.png",
"name": "ERROR_ICON",
"type": "png-trans"
},
{
"file": "images/deleted.png",
"name": "DELETED",
"type": "png-trans"
},
{
"file": "images/icon_white.png",
"menuIcon": true,
"name": "ICON_WHITE",
"type": "png"
},
{
"file": "images/icon.png",
"name": "ICON",
"type": "png"
},
{
"file": "images/bubble.png",
"name": "BUBBLE",
"type": "png-trans"
},
{
"file": "images/question.png",
"name": "QUESTION",
"type": "png-trans"
},
{
"file": "images/open.png",
"name": "OPEN",
"type": "png-trans"
},
{
"file": "images/reply2.png",
"name": "REPLY_2",
"type": "png-trans"
},
{
"file": "images/reply1.png",
"name": "REPLY_1",
"type": "png-trans"
},
{
"file": "images/trash.png",
"name": "TRASH",
"type": "png-trans"
},
{
"file": "images/down_arrow.png",
"name": "DOWN_ARROW",
"type": "png-trans"
},
{
"file": "images/up_arrow.png",
"name": "UP_ARROW",
"type": "png-trans"
}
]
},
"shortName": "eNotify",
"uuid": "60FAC5B2-8719-46D3-97E1-43EE8EB4DFE1",
"versionCode": 2,
"versionLabel": "1.0",
"watchapp": {
"watchface": false
}
}