forked from hankolsen/com.securemeters.horstmann
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
54 lines (54 loc) · 1011 Bytes
/
app.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
{
"id": "com.horstmann",
"version": "0.9.2",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
"en": "Secure Meters"
},
"brandColor": "#7e1f56",
"description": {
"en": "Take control of your home climate"
},
"homeyCommunityTopicId": 8693,
"category": [
"climate"
],
"tags": {
"en": [
"horstmann",
"secure",
"ses002",
"ses003",
"ses202",
"ses302",
"ses303",
"srt321",
"srt323",
"ssr302",
"ssr303",
"HRT4-ZW",
"ASR-ZW"
]
},
"contributing": {
"donate": {
"paypal": {
"username": "hankdelang"
}
}
},
"permissions": [],
"images": {
"large": "/assets/images/large.jpg",
"small": "/assets/images/small.jpg"
},
"author": {
"name": "Hank de Lang",
"email": "hank@hank.se"
},
"source": "https://github.com/hankolsen/com.securemeters.horstmann",
"bugs": {
"url": "https://github.com/hankolsen/com.securemeters.horstmann/issues"
}
}