-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
37 lines (37 loc) · 1.03 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
{
"name": "GateOne",
"id": "gateone",
"description": {
"en": "HTML5-powered terminal emulator and SSH client",
"fr": "Émulateur de terminal et client SSH en HTML5"
},
"url": "http://liftoffsoftware.com/Products/GateOne",
"maintainer": {
"name": "kload",
"email": "[email protected]"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for GateOne",
"fr": "Choisissez un domaine pour GateOne"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for GateOne",
"fr": "Choisissez un chemin pour GateOne"
},
"example": "/ssh",
"default": "/ssh"
}
]
}
}