forked from koktaildotcom/com.p1.smartmeter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
51 lines (51 loc) · 1.16 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
50
51
{
"id": "com.p1",
"version": "3.1.4",
"compatibility": ">=3.0.0",
"brandColor": "#3399cc",
"homeyCommunityTopicId": 6150,
"sdk": 2,
"name": {
"nl": "P1 Slimme meter",
"en": "P1 Smartmeter"
},
"description": {
"nl": "P1 Slimme meter",
"en": "P1 Smartmeter"
},
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png"
},
"author": {
"name": "Leendert de Kok",
"email": "[email protected]"
},
"contributing": {
"donate": {
"paypal": {
"username": "koktaildotcom"
}
}
},
"contributors": {
"developers": [
{
"name": "Leendert de Kok",
"email": "[email protected]"
},
{
"name": "Lucas van der Have",
"email": "[email protected]"
},
{
"name": "Stèphan Eizinga",
"email": "[email protected]"
}
]
},
"category": [
"energy"
],
"permissions": []
}