test_apps/change_url_app_ynh/manifest.json

38 lines
869 B
JSON
Raw Normal View History

2017-03-12 02:12:45 +01:00
{
2022-02-01 14:33:16 +01:00
"packaging_format": 1,
2017-03-12 02:12:45 +01:00
"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": "/"
}
]
}
}