forked from patrick91/MetwitPebble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
108 lines (108 loc) · 2.3 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"uuid": "9141b628-bc89-498e-b147-049f49c099ad",
"shortName": "Metwit",
"longName": "Metwit",
"companyName": "A.Stagi-P.Arminio",
"versionCode": 1,
"versionLabel": "1.0.0",
"capabilities": [ "configurable" ],
"watchapp": {
"watchface": true
},
"appKeys": {},
"resources": {
"media": [
{
"type": "png",
"name": "ICON_CLOUDY",
"file": "images/cloudy.png"
},
{
"type": "png",
"name": "ICON_FOGGY",
"file": "images/foggy.png"
},
{
"type": "png",
"name": "ICON_HAILING",
"file": "images/hailing.png"
},
{
"type": "png",
"name": "ICON_MOON",
"file": "images/moon.png"
},
{
"type": "png",
"name": "ICON_PCLOUDY",
"file": "images/pcloudy.png"
},
{
"type": "png",
"name": "ICON_PMOONCLOUDY",
"file": "images/pmooncloudy.png"
},
{
"type": "png",
"name": "ICON_RAINY",
"file": "images/rainy.png"
},
{
"type": "png",
"name": "ICON_SNOWFLURRY",
"file": "images/snowflurry.png"
},
{
"type": "png",
"name": "ICON_SNOWY",
"file": "images/snowy.png"
},
{
"type": "png",
"name": "ICON_SUNNY",
"file": "images/sunny.png"
},
{
"type": "png",
"name": "ICON_WINDY",
"file": "images/windy.png"
},
{
"type": "png",
"name": "ICON_STORMY",
"file": "images/stormy.png"
},
{
"type": "png",
"name": "ICON_HEAVYSEAS",
"file": "images/hseas.png"
},
{
"type": "png",
"name": "ICON_CALMSEAS",
"file": "images/cseas.png"
},
{
"type": "png",
"name": "ICON_UNKNOWN",
"file": "images/unknown.png"
},
{
"type": "font",
"characterRegex": "[:0-9]",
"name": "FONT_MYRIAD_PRO_49",
"file": "fonts/MyriadPro-Regular.ttf"
},
{
"type": "font",
"name": "FONT_MYRIAD_PRO_23",
"file": "fonts/MyriadPro-Regular.ttf"
},
{
"type": "font",
"name": "FONT_MYRIAD_PRO_35",
"file": "fonts/MyriadPro-Regular.ttf"
}
]
}
}