-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
42 lines (42 loc) · 1.11 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
{
"versionLabel": "1.0",
"uuid": "ee991414-778b-4b6a-8001-e6f4865705fc",
"appKeys": {},
"longName": "Clean Watch",
"versionCode": 1,
"capabilities": [
""
],
"shortName": "Clean",
"companyName": "Pranav Vishnu",
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon_simplicity.png"
},
{
"characterRegex": "[0-9]",
"type": "font",
"name": "FONT_HELVETICA_LIGHT_65",
"file": "fonts/HelveticaNeue_Lt.ttf"
},
{
"type": "font",
"name": "FONT_HELVETICA_LIGHT_18",
"file": "fonts/HelveticaNeue_Lt.ttf"
},
{
"characterRegex": "[0-9]",
"type": "font",
"name": "FONT_HELVETICA_LIGHT_43",
"file": "fonts/HelveticaNeue_Lt.ttf"
}
]
}
}