test_apps/config_app_ynh/manifest.json
2021-08-14 14:42:44 +02:00

21 lines
441 B
JSON

{
"name": "Config panel",
"id": "config_app",
"description": {
"en": "Dummy app to test config panel"
},
"license": "GPL-3+",
"maintainer": {
"name": "ljf",
"email": "ljf+config_app@reflexlibre.net",
"url": "http://reflexlibre.net"
},
"requirements": {
"yunohost": ">= 4.2"
},
"multi_instance": false,
"arguments": {
"install" : [
]
}
}