test_apps/change_url_app_ynh/manifest.json
2017-03-11 20:12:45 -05:00

36 lines
842 B
JSON

{
"name": "Change Url",
"id": "change_url_app",
"description": {
"en": "Dummy app to test change_url"
},
"license": "GPL-3+",
"maintainer": {
"name": "bram",
"email": "cortex@worlddomination.be",
"url": "http://worlddomination.be"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": false,
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path"
},
"example": "/",
"default": "/"
}
]
}
}