-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathappinfo.white.json
87 lines (87 loc) · 1.92 KB
/
appinfo.white.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
{
"uuid": "a33371e8-33cb-42d2-8e91-c66f2672e5f2",
"shortName": "Bold Hour - White",
"longName": "Bold Hour - White",
"companyName": "Jon Eisen",
"versionCode": 2,
"versionLabel": "1.3.1",
"watchapp": {
"watchface": true
},
"appKeys": {},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/bold-hour-icon.png"
},
{
"type": "font",
"name": "FONT_MINUTE_38",
"file": "fonts/edit_Asakim_Bold_38.ttf"
},
{
"type": "png",
"name": "IMAGE_NUM_1",
"file": "images/bold-hour-1-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_2",
"file": "images/bold-hour-2-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_3",
"file": "images/bold-hour-3-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_4",
"file": "images/bold-hour-4-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_5",
"file": "images/bold-hour-5-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_6",
"file": "images/bold-hour-6-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_7",
"file": "images/bold-hour-7-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_8",
"file": "images/bold-hour-8-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_9",
"file": "images/bold-hour-9-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_10",
"file": "images/bold-hour-10-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_11",
"file": "images/bold-hour-11-inv.png"
},
{
"type": "png",
"name": "IMAGE_NUM_12",
"file": "images/bold-hour-12-inv.png"
}
]
}
}