test_apps/full_domain_app_ynh/manifest.json
2019-10-08 18:17:54 +02:00

29 lines
687 B
JSON

{
"name": "Full domain app",
"id": "full_domain_app",
"description": {
"en": "App to test the install of full domain apps"
},
"license": "GPL-3+",
"maintainer": {
"name": "Aleks",
"email": "alex.aubin@mailoo.org",
"url": "https://github.com/alexAubin/"
},
"requirements": {
"yunohost": ">> 3.0.0"
},
"multi_instance": true,
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain"
},
"example": "domain.org"
}
]
}
}