-
Notifications
You must be signed in to change notification settings - Fork 1
/
appinfo.json
47 lines (47 loc) · 1.1 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "gazab",
"longName": "Keep",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/unchecked.png",
"name": "UNCHECKED",
"type": "png"
},
{
"file": "images/checked.png",
"name": "CHECKED",
"type": "png"
},
{
"file": "images/list.png",
"name": "LIST_ICON",
"type": "png"
},
{
"file": "images/note.png",
"name": "NOTE_ICON",
"type": "png"
},
{
"file": "images/icon.png",
"menuIcon": true,
"name": "ICON",
"type": "png"
}
]
},
"sdkVersion": "2",
"shortName": "Keep",
"uuid": "fc508c40-bd2e-11e4-bb52-0800200c9a66",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": false
}
}