-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
59 lines (59 loc) · 1.55 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
{
"versionLabel": "1.0",
"uuid": "2fd72c58-d66c-4144-aea6-81e1aaaa8b26",
"appKeys": {},
"longName": "Wow Such Watchface",
"versionCode": 1,
"capabilities": [
""
],
"shortName": "Wow",
"companyName": "mkbehr",
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"type": "raw",
"name": "KLUDGE",
"file": "data/wowsuchwatchface.pbw"
},
{
"type": "font",
"name": "COMIC_SANS_21",
"file": "fonts/Comic Sans MS.ttf"
},
{
"type": "font",
"name": "COMIC_SANS_18",
"file": "fonts/Comic Sans MS.ttf"
},
{
"type": "font",
"name": "COMIC_SANS_10",
"file": "fonts/Comic Sans MS.ttf"
},
{
"type": "font",
"name": "COMIC_SANS_16",
"file": "fonts/Comic Sans MS.ttf"
},
{
"type": "font",
"name": "COMIC_SANS_BOLD_36",
"file": "fonts/Comic Sans MS Bold.ttf"
},
{
"type": "font",
"name": "COMIC_SANS_BOLD_21",
"file": "fonts/Comic Sans MS Bold.ttf"
},
{
"type": "png",
"name": "WOW_SUCH_FACE",
"file": "images/shibeface.png"
}
]
}
}