forked from harriedegroot/nl.hdg.mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
49 lines (49 loc) · 1.14 KB
/
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
{
"id": "nl.hdg.mqtt",
"version": "2.1.9",
"compatibility": ">=2.0.0",
"sdk": 2,
"name": {
"en": "MQTT Hub",
"nl": "MQTT Hub"
},
"description": {
"en": "Turn your Homey into a HUB and let external applications discover & control all your connected devices.",
"nl": "Maak van je Homey een HUB. Geef externe applicaties de mogelijkheid om al je apparaten te vinden en er mee te communiceren."
},
"category": [
"tools",
"internet"
],
"permissions": [ "homey:manager:api", "homey:app:nl.scanno.mqtt" ],
"images": {
"large": "/assets/images/large.jpg",
"small": "/assets/images/small.jpg"
},
"author": {
"name": "Harrie de Groot",
"email": "[email protected]"
},
"contributors": {
"developers": [
{
"name": "Harrie de Groot",
"email": "[email protected]"
},
{
"name": "Menno van Grinsven",
"email": "[email protected]"
}
]
},
"contributing": {
"donate": {
"paypal": {
"username": "harriedegroot"
}
}
},
"bugs": {
"url": "https://github.com/harriedegroot/nl.hdg.mqtt/issues"
}
}