mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
21 lines
441 B
JSON
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" : [
|
|
]
|
|
}
|
|
}
|