You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
815 B
34 lines
815 B
{
|
|
"name": "Firefox Sync Server",
|
|
"id": "ffsync",
|
|
"description": {
|
|
"en": "",
|
|
"fr": ""
|
|
},
|
|
"developer": {
|
|
"name": "beudbeud",
|
|
"email": "beudbeud@beudibox.fr",
|
|
"url": "https://github.com/balu-/FSyncMS"
|
|
},
|
|
"multi_instance": "false",
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Firefox-Sync Server"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Firefox-Sync Server"
|
|
},
|
|
"example": "/ffsync",
|
|
"default": "/ffsync"
|
|
}
|
|
]
|
|
}
|
|
}
|