-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
40 lines (40 loc) · 1.01 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
{
"appKeys": {
"KEY_CONDITIONS": 1,
"KEY_TEMPERATURE": 0,
"KEY_ICON": 2
},
"capabilities": [
"location"
],
"companyName": "dboyko",
"longName": "5n00py watchface",
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/weathericons-regular-webfont.ttf",
"name": "FONT_WEATHER_42",
"type": "font",
"characterRegex": "[\uF000-\uF0C3]"
},
{
"file": "fonts/OpenSans-Regular.ttf",
"name": "FONT_OPENSANS_REGULAR_44",
"type": "font"
},
{
"file": "fonts/OpenSans-Regular.ttf",
"name": "FONT_OPENSANS_REGULAR_20",
"type": "font"
}
]
},
"shortName": "SNP",
"uuid": "32aa376a-cb01-4cae-8f5f-1fd38a04bc45",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}