mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
update manifest
This commit is contained in:
parent
25a897a477
commit
21b15fe1bd
1 changed files with 6 additions and 7 deletions
|
@ -3,15 +3,14 @@
|
||||||
"id": "monica",
|
"id": "monica",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Example package for YunoHost application.",
|
"en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family. https://monicahq.com"
|
||||||
"fr": "Exemple de package d’application pour YunoHost."
|
|
||||||
},
|
},
|
||||||
"url": "https://monica.com",
|
"url": "https://monica.com",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "John doe",
|
"name": "Sebastian Gumprich",
|
||||||
"email": "john.doe@monica.com",
|
"email": "yunohost@gumpri.ch",
|
||||||
"url": "http://monica.com"
|
"url": "http://github.com/rndmh3ro/monica_ynh"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">> 2.4.0"
|
"yunohost": ">> 2.4.0"
|
||||||
|
@ -59,7 +58,7 @@
|
||||||
"en": "Is it a public application?",
|
"en": "Is it a public application?",
|
||||||
"fr": "Est-ce une application publique ?"
|
"fr": "Est-ce une application publique ?"
|
||||||
},
|
},
|
||||||
"default": true
|
"default": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "language",
|
"name": "language",
|
||||||
|
@ -68,7 +67,7 @@
|
||||||
"fr": "Choisissez la langue de l'application"
|
"fr": "Choisissez la langue de l'application"
|
||||||
},
|
},
|
||||||
"choices": ["fr", "en"],
|
"choices": ["fr", "en"],
|
||||||
"default": "fr"
|
"default": "en"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue