-
Notifications
You must be signed in to change notification settings - Fork 1
/
appinfo.json
95 lines (95 loc) · 2.62 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
92
93
94
95
{
"resources": {
"media": [
{
"name": "IMAGE_STATUS_2",
"file": "images/status2.png",
"type": "png"
},
{
"name": "IMAGE_STATUS_1",
"file": "images/status1.png",
"type": "png"
},
{
"name": "PHONE_BATTERY_ICON",
"file": "images/phone-battery-normal.png",
"type": "png"
},
{
"name": "WATCH_BATTERY_ICON",
"file": "images/watch-battery-normal.png",
"type": "png"
},
{
"characterRegex": "[:0-9]",
"name": "FONT_ROBOTO_BOLD_SUBSET_49",
"file": "fonts/Roboto-Bold.ttf",
"type": "font"
},
{
"name": "FONT_ROBOTO_CONDENSED_21",
"file": "fonts/Roboto-Condensed.ttf",
"type": "font"
},
{
"name": "PHONE_BATTERY_CHARGE_ICON",
"file": "images/phone-battery-charge.png",
"type": "png"
},
{
"name": "WATCH_BATTERY_CHARGE_ICON",
"file": "images/watch-battery-charge.png",
"type": "png"
},
{
"name": "ENTRY_1",
"file": "images/entry-1.png",
"type": "png"
},
{
"name": "ENTRY_0",
"file": "images/entry-0.png",
"type": "png"
},
{
"name": "ENTRY_2",
"file": "images/entry-2.png",
"type": "png"
},
{
"name": "ENTRY_3",
"file": "images/entry-3.png",
"type": "png"
},
{
"name": "ENTRY_4",
"file": "images/entry-4.png",
"type": "png"
},
{
"name": "ENTRY_5",
"file": "images/entry-5.png",
"type": "png"
},
{
"name": "PEBBLE",
"file": "images/pebble.png",
"type": "png"
}
]
},
"longName": "Diary Face 2.2a",
"appKeys": {},
"watchapp": {
"watchface": true
},
"versionLabel": "1.0.2",
"shortName": "Diary Face 2.2a",
"companyName": "Giba1",
"capabilities": [
""
],
"versionCode": 1,
"uuid": "79d7a2e4-e2e5-4303-b868-cdf9d8a9f0a6"
}