1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplex_ynh.git synced 2024-09-03 20:26:28 +02:00
simplex_ynh/manifest.json
2023-01-22 22:05:24 +01:00

29 lines
747 B
JSON

{
"name": "SimpleX",
"id": "simplex",
"packaging_format": 1,
"description": {
"en": "Messaging platform operating without user identifiers",
"fr": "Plate-forme de messagerie fonctionnant sans identifiants d'utilisateurs"
},
"version": "4.1.0~ynh1",
"url": "https://simplex.chat/",
"upstream": {
"license": "AGPL-3.0",
"website": "https://simplex.chat/",
"code": "https://github.com/simplex-chat/simplex-chat"
},
"license": "AGPL-3.0",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [],
"arguments": {
"install": []
}
}