forked from JamesFowler42/diaryface20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
100 lines (100 loc) · 2.72 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
96
97
98
99
100
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Max Baeumle/James Fowler",
"longName": "Diary Face",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/pebble.png",
"name": "PEBBLE",
"type": "png"
},
{
"file": "images/entry-5.png",
"name": "ENTRY_5",
"type": "png"
},
{
"file": "images/entry-4.png",
"name": "ENTRY_4",
"type": "png"
},
{
"file": "images/entry-3.png",
"name": "ENTRY_3",
"type": "png"
},
{
"file": "images/entry-2.png",
"name": "ENTRY_2",
"type": "png"
},
{
"file": "images/entry-0.png",
"name": "ENTRY_0",
"type": "png"
},
{
"file": "images/entry-1.png",
"name": "ENTRY_1",
"type": "png"
},
{
"file": "images/watch-battery-charge.png",
"name": "WATCH_BATTERY_CHARGE_ICON",
"type": "png"
},
{
"file": "images/phone-battery-charge.png",
"name": "PHONE_BATTERY_CHARGE_ICON",
"type": "png"
},
{
"file": "fonts/Roboto-Condensed.ttf",
"name": "FONT_ROBOTO_CONDENSED_21",
"type": "font"
},
{
"characterRegex": "[:0-9]",
"file": "fonts/Roboto-Bold.ttf",
"name": "FONT_ROBOTO_BOLD_SUBSET_49",
"type": "font"
},
{
"file": "images/watch-battery-normal.png",
"name": "WATCH_BATTERY_ICON",
"type": "png"
},
{
"file": "images/phone-battery-normal.png",
"name": "PHONE_BATTERY_ICON",
"type": "png"
},
{
"file": "images/status1.png",
"name": "IMAGE_STATUS_1",
"type": "png"
},
{
"file": "images/status2.png",
"name": "IMAGE_STATUS_2",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Diary Face",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "9538bece-9027-4f6f-81b1-a44620085992",
"versionLabel": "2.7",
"watchapp": {
"watchface": true
}
}