-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
61 lines (61 loc) · 1.86 KB
/
manifest.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
55
56
57
58
59
60
61
{
"name": "Transwhat",
"id": "transwhat",
"packaging_format": 1,
"description": {
"en": "A getway to whatsapp from Jabber",
"fr": "Une passerelle whatsapp depuis Jabber"
},
"license": "free",
"developer": {
"name": "Josué Tille",
"email": "josue@familletille.ch",
"url": "https://myhost.familletille.ch"
},
"services": [
"metronome",
"mysql"
],
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for your Transwhat",
"fr": "Choisissez un domaine pour Transwhat"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for your transwhat",
"fr": "Choisissez un chemin pour transwhat"
},
"example": "/transwhat",
"default": "/transwhat"
},
{
"name": "admin",
"ask": {
"en": "Choose a admin user number (it must be a whatsapp user",
"fr": "Choisissez un numéro pour l'administrateur (ca doit être un utilisateur whatsapp)"
},
"example": "41791112233",
"default": "41000000000"
},
{
"name": "architecture",
"ask": {
"en": "What is the server architecture?",
"fr": "Quelle est l'architecture du serveur ?"
},
"choices": ["amd64", "i386", "armhf"],
"default": "amd64"
}
]
}
}