-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
app.json
35 lines (35 loc) · 812 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
{
"$schema": "https://raw.githubusercontent.com/athombv/node-homey-lib/master/assets/app/schema.json",
"id": "io.prometheus",
"sdk": 3,
"name": {
"en": "Prometheus.io"
},
"permissions": ["homey:manager:api"],
"description": {
"en": "Metrics exporter for prometheus.io"
},
"bugs": {
"url": "https://github.com/rickardp/homey-prometheus-exporter/issues/new/choose"
},
"contributing": {
"donate": {
"paypal": {
"username": "rickardly"
}
}
},
"homeyCommunityTopicId": 7375,
"category": "tools",
"version": "1.0.1",
"compatibility": ">=5.0.0",
"brandColor": "#e6522c",
"author": {
"name": "Rickard",
"email": "[email protected]"
},
"images": {
"small": "assets/images/small.png",
"large": "assets/images/large.png"
}
}