-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
91 lines (91 loc) · 1.69 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
82
83
84
85
86
87
88
89
90
91
{
"uuid": "df0322a7-1b62-4679-95d0-b9b3cdbca81a",
"shortName": "FitSticker",
"longName": "Fit Sticker",
"companyName": "Urbandroid",
"versionLabel": "1.8",
"sdkVersion": "3",
"targetPlatforms": ["basalt","chalk"],
"watchapp": {
"watchface": true
},
"capabilities": ["configurable"],
"appKeys": {
"events": 0
},
"resources": {
"media": [
{
"type": "png",
"name": "NONE",
"file": "default.png"
},
{
"type": "png",
"name": "DEFAULT",
"file": "default.png"
},
{
"type": "png",
"name": "FOOD",
"file": "food.png"
},
{
"type": "png",
"name": "SPORT",
"file": "sport.png"
},
{
"type": "png",
"name": "DRINK",
"file": "drink.png"
},
{
"type": "png",
"name": "LEARN",
"file": "learn.png"
},
{
"type": "png",
"name": "WORK",
"file": "work.png"
},
{
"type": "png",
"name": "REST",
"file": "rest.png"
},
{
"type": "png",
"name": "BEER",
"file": "beer.png"
},
{
"type": "png",
"name": "FRIENDS",
"file": "friends.png"
},
{
"type": "png",
"name": "BEDTIME",
"file": "bedtime.png"
},
{
"type": "png",
"name": "SEX",
"file": "sex.png"
},
{
"type": "png",
"name": "REMINDER",
"file": "reminder.png"
},
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "icon.png"
}
]
}
}