-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathapp.json
46 lines (46 loc) · 854 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
{
"id": "com.sprut.homekit",
"sdk": 2,
"permissions": [
"homey:manager:api"
],
"name": {
"en": "HomeKit",
"nl": "HomeKit"
},
"description": {
"en": "Homekit support for Homey",
"nl": "Homekit ondersteuning voor Homey"
},
"tags": {
"en": ["homekit", "siri", "iOS"],
"nl": ["homekit", "siri", "iOS"]
},
"category": "appliances",
"version": "1.5.1",
"compatibility": ">=1.5.0",
"author": {
"name": "Sprut",
"email": "sprut.1@me.com"
},
"contributors": {
"developers": [
{
"name": "Sprut",
"email": "sprut.1@me.com"
},
{
"name": "Bas Jansen",
"email": "b@sjansen.email"
},
{
"name": "Abedinpour",
"email": "abedinpourmh@gmail.com"
}
]
},
"images": {
"large": "./assets/images/large.png",
"small": "./assets/images/small.png"
}
}