-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
126 lines (126 loc) · 3.33 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"versionLabel": "1.0.0",
"uuid": "1f0b0701-cc8f-47ec-86e7-7181397f9a8e",
"appKeys": {
"invert_color": 2,
"temperature": 1,
"icon": 0
},
"longName": "Simplicity inspired with weather",
"versionCode": 1,
"capabilities": [
""
],
"shortName": "Simple Weather",
"companyName": "John Flanagan",
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "LOGO",
"file": "images/menu_icon_simpleweather.png"
},
{
"characterRegex": "[:A-Z]",
"type": "font",
"name": "METEOCONS_38",
"file": "fonts/meteocons.ttf"
},
{
"characterRegex": "[:0-9]",
"type": "font",
"name": "FONT_ROBOTO_BOLD_SUBSET_49",
"file": "fonts/Roboto-Bold.ttf"
},
{
"type": "font",
"name": "FONT_ROBOTO_CONDENSED_21",
"file": "fonts/Roboto-Condensed.ttf"
},
{
"type": "png",
"name": "NO_BT",
"file": "images/no_bluetooth.png"
},
{
"type": "png",
"name": "NA",
"file": "images/45.png"
},
{
"type": "png",
"name": "STORM",
"file": "images/27.png"
},
{
"type": "png",
"name": "CLOUDY",
"file": "images/25.png"
},
{
"type": "png",
"name": "HAIL",
"file": "images/24.png"
},
{
"type": "png",
"name": "SNOW",
"file": "images/23.png"
},
{
"type": "png",
"name": "RAIN",
"file": "images/18.png"
},
{
"type": "png",
"name": "CLOUD",
"file": "images/14.png"
},
{
"type": "png",
"name": "HAZE",
"file": "images/13.png"
},
{
"type": "png",
"name": "PARTLY_CLOUDY_NIGHT",
"file": "images/9.png"
},
{
"type": "png",
"name": "PARTLY_CLOUDY_DAY",
"file": "images/8.png"
},
{
"type": "png",
"name": "COLD",
"file": "images/7.png"
},
{
"type": "png",
"name": "WINDY",
"file": "images/6.png"
},
{
"type": "png",
"name": "CLEAR_NIGHT",
"file": "images/3.png"
},
{
"type": "png",
"name": "CLEAR_DAY",
"file": "images/2.png"
},
{
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon_simplicity.png"
}
]
}
}