-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
64 lines (64 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
{
"uuid": "d5e254a5-4a41-4f92-b781-ee46252fb01b",
"shortName": "weezeface",
"longName": "weezeface",
"companyName": "John Spahr",
"versionCode": 1,
"versionLabel": "1.0",
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"watchapp": {
"watchface": true
},
"appKeys": {},
"resources": {
"media": [{
"file": "images/icon.PNG",
"menuIcon": true,
"name": "IMAGE_MONO_ICON",
"type": "bitmap"
},
{
"file": "images/mono_WEEZER.PNG",
"name": "IMAGE_MONO_WEEZER",
"type": "bitmap"
},
{
"file": "images/mono_DISS.PNG",
"name": "IMAGE_MONO_DISS",
"type": "bitmap"
},
{
"file": "images/color_WEEZER.PNG",
"name": "IMAGE_COLOR_WEEZER",
"type": "png"
},
{
"file": "images/color_DISS.PNG",
"name": "IMAGE_COLOR_DISS",
"type": "png"
},
{
"file": "images/round_WEEZER.PNG",
"name": "IMAGE_ROUND_WEEZER",
"type": "png"
},
{
"file": "images/round_DISS.PNG",
"name": "IMAGE_ROUND_DISS",
"type": "png"
},
{
"type": "font",
"name": "FONT_CGOTHIC_28",
"file": "fonts/centurygothic.ttf",
"compatibility": "2.7"
}
]
}
}