-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
executable file
·67 lines (67 loc) · 1.32 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
{
"uuid": "abc04a86-4662-4792-90a8-869e4552662a",
"shortName": "Bliss Time",
"longName": "Bliss Time",
"companyName": "LittleGuyApps",
"versionCode": 2,
"versionLabel": "2.0.0",
"watchapp": {
"watchface": true
},
"appKeys": {
"target": 0,
"icon": 1,
"degrees": 2,
"temperature": 3,
"timeformat": 4,
"buzzfreq": 5,
"leadtime": 6,
"from": 7,
"to": 8,
"sunday": 9,
"monday": 10,
"tuesday": 11,
"wednesday": 12,
"thursday": 13,
"friday": 14,
"saturday": 15
},
"capabilities": [
"location",
"configurable"
],
"resources": {
"media": [
{
"type": "font",
"name": "FONT_DROIDSANS_12",
"file": "fonts/DroidSans_12.ttf"
},
{
"type": "font",
"name": "FONT_DROIDSANS_13",
"file": "fonts/DroidSans_13.ttf"
},
{
"type": "font",
"name": "FONT_DROIDSANS_18",
"file": "fonts/DroidSans_18.ttf"
},
{
"type": "font",
"name": "FONT_DROIDSANS_37",
"file": "fonts/DroidSans_37.ttf"
},
{
"type": "font",
"name": "FONT_DROIDSANS_38",
"file": "fonts/DroidSans_38.ttf"
},
{
"type": "font",
"name": "FONT_EXO_50",
"file": "fonts/Exo_50.ttf"
}
]
}
}