-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
54 lines (54 loc) · 1.19 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
52
53
54
{
"id": "com.svipler.athom.imageposter",
"version": "2.0.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
"en": "Image Poster"
},
"description": {
"en": "Upload Image Token's to your website"
},
"category": [
"video"
],
"bugs": {
"url": "https://community.athom.com/t/app-image-poster/32904"
},
"brandColor": "#F47A67",
"homeyCommunityTopicId": 32904,
"source": "https://github.com/ludvigaldrin/com.svipler.athom.imageposter",
"homepage": "https://github.com/ludvigaldrin/com.svipler.athom.imageposter",
"support": "https://community.athom.com/t/app-image-poster/32904",
"permissions": [],
"images": {
"large": "/assets/images/large.png",
"small": "/assets/images/small.png"
},
"author": {
"name": "Ludvig Aldrin",
"email": "[email protected]"
},
"flow": {
"actions": [
{
"id": "sendimage",
"title": {
"en": "Send a image"
},
"titleFormatted": {
"en": "Send [[droptoken]] to [[URL]]"
},
"droptoken": [
"image"
],
"args": [
{
"name": "URL",
"type": "text"
}
]
}
]
}
}