forked from swttt/com.swttt.homekit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
45 lines (45 loc) · 907 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
{
"id": "com.swttt.homekit",
"version": "3.0.6",
"sdk": 2,
"permissions": [
"homey:manager:api"
],
"name": {
"en": "HomeyKit",
"nl": "HomeyKit"
},
"description": {
"en": "Homekit support for Homey",
"nl": "Homekit ondersteuning voor Homey"
},
"tags": {
"en": ["homekit", "siri", "iOS"],
"nl": ["homekit", "siri", "iOS"]
},
"category": "appliances",
"compatibility": ">=2.0.0",
"author": {
"name": "Bas Jansen",
"email": "[email protected]"
},
"contributors": {
"developers": [{
"name": "Bas Jansen",
"email": "[email protected]"
},
{
"name": "Niek Hassink",
"email": "[email protected]"
},
{
"name": "Robert Klep",
"email": "[email protected]"
}
]
},
"images": {
"large": "./assets/images/large.png",
"small": "./assets/images/small.png"
}
}