-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
122 lines (122 loc) · 3.22 KB
/
Copy pathappinfo.json
File metadata and controls
122 lines (122 loc) · 3.22 KB
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
{
"companyName": "John Flanagan",
"longName": "Simplicity inspired with weather",
"uuid": "1f0b0701-cc8f-47ec-86e7-7181397f9a8e",
"capabilities": [
"configurable"
],
"versionLabel": "1.0.0",
"appKeys": {
"location_name": 2,
"temperature": 1,
"invert_color": 3,
"icon": 0
},
"watchapp": {
"watchface": true
},
"versionCode": 1,
"resources": {
"media": [
{
"file": "images/menu_icon_simplicity.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
},
{
"file": "images/2.png",
"name": "CLEAR_DAY",
"type": "png"
},
{
"file": "images/3.png",
"name": "CLEAR_NIGHT",
"type": "png"
},
{
"file": "images/6.png",
"name": "WINDY",
"type": "png"
},
{
"file": "images/7.png",
"name": "COLD",
"type": "png"
},
{
"file": "images/8.png",
"name": "PARTLY_CLOUDY_DAY",
"type": "png"
},
{
"file": "images/9.png",
"name": "PARTLY_CLOUDY_NIGHT",
"type": "png"
},
{
"file": "images/13.png",
"name": "HAZE",
"type": "png"
},
{
"file": "images/14.png",
"name": "CLOUD",
"type": "png"
},
{
"file": "images/18.png",
"name": "RAIN",
"type": "png"
},
{
"file": "images/23.png",
"name": "SNOW",
"type": "png"
},
{
"file": "images/24.png",
"name": "HAIL",
"type": "png"
},
{
"file": "images/25.png",
"name": "CLOUDY",
"type": "png"
},
{
"file": "images/27.png",
"name": "STORM",
"type": "png"
},
{
"file": "images/45.png",
"name": "NA",
"type": "png"
},
{
"file": "images/no_bluetooth.png",
"name": "NO_BT",
"type": "png"
},
{
"file": "fonts/Roboto-Condensed.ttf",
"name": "FONT_ROBOTO_CONDENSED_21",
"type": "font"
},
{
"file": "fonts/Roboto-Bold.ttf",
"name": "FONT_ROBOTO_BOLD_SUBSET_49",
"characterRegex": "[:0-9]",
"type": "font"
},
{
"file": "fonts/meteocons.ttf",
"name": "METEOCONS_38",
"characterRegex": "[:A-Z]",
"type": "font"
}
]
},
"shortName": "Simple Weather"
}