test_apps/config_app_ynh/manifest.json
2022-02-01 14:33:16 +01:00

22 lines
468 B
JSON

{
"packaging_format": 1,
"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" : [
]
}
}