-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
54 lines (54 loc) · 1.12 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
{
"uuid": "0465807b-c7d6-43db-af24-8e4cbf4e139f",
"shortName": "Clock-weather",
"longName": "Clock - weather watchface",
"companyName": "Kristofvc",
"versionCode": 1,
"versionLabel": "1.0.0",
"watchapp": {
"watchface": true
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon_simplicity.png"
},
{
"type": "font",
"name": "FONT_ROBOTO_CONDENSED_21",
"file": "fonts/Roboto-Condensed.ttf"
},
{
"type": "font",
"name": "FONT_ROBOTO_BOLD_SUBSET_49",
"file": "fonts/Roboto-Bold.ttf"
},
{
"type": "png",
"name": "IMAGE_SUN",
"file": "images/sun.png"
},
{
"type": "png",
"name": "IMAGE_RAIN",
"file": "images/rain.png"
},
{
"type": "png",
"name": "IMAGE_CLOUD",
"file": "images/cloud.png"
},
{
"type": "png",
"name": "IMAGE_SNOW",
"file": "images/snow.png"
}
]
}
}