-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
47 lines (47 loc) · 1.1 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
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "org.cflat-inc.homepageExtender",
"version": "1.0.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
"local"
],
"name": {
"en": "Homepage Extender"
},
"description": {
"en": "Add even more Homey data to your Homepage Dashboard"
},
"category": [
"tools"
],
"permissions": [
"homey:manager:api"
],
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png",
"xlarge": "/assets/images/xlarge.png"
},
"brandColor": "#6c7276",
"author": {
"name": "Chris Gross",
"email": "[email protected]"
},
"homeyCommunityTopicId": 104370,
"homepage": "https://gethomepage.dev/",
"support": "https://community.athom.com/t/104370",
"source": "https://github.com/cgHome/homey.homepageExtender",
"bugs": {
"url": "https://github.com/cgHome/homey.homepageExtender/issues"
},
"api": {
"getInfo": {
"description": "homepage widget status",
"method": "get",
"path": "/getInfo",
"public": true
}
}
}