mirror of
https://github.com/YunoHost-Apps/laverna_ynh.git
synced 2024-09-03 19:36:06 +02:00
Update manifest.json
This commit is contained in:
parent
811d40a3d6
commit
39a7e2ec6c
1 changed files with 14 additions and 14 deletions
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"name": "YunoHost example app",
|
||||
"id": "ynhexample",
|
||||
"name": "Laverna",
|
||||
"id": "laverna",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Example package for YunoHost application.",
|
||||
"fr": "Exemple de package d’application pour YunoHost."
|
||||
"en": "Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.",
|
||||
"fr": "Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote."
|
||||
},
|
||||
"url": "https://example.com",
|
||||
"url": "https://laverna.cc/index.html",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "John doe",
|
||||
"email": "john.doe@example.com",
|
||||
"url": "http://example.com"
|
||||
"name": "Alex",
|
||||
"email": "apulido@free.fr",
|
||||
"url": "https://github.com/likeitneverwentaway/laverna_ynh"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">> 2.4.0"
|
||||
|
@ -28,8 +28,8 @@
|
|||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for ynhexample",
|
||||
"fr": "Choisissez un nom de domaine pour ynhexample"
|
||||
"en": "Choose a domain name for Laverna",
|
||||
"fr": "Choisissez un nom de domaine pour Laverna"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
|
@ -37,11 +37,11 @@
|
|||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for ynhexample",
|
||||
"fr": "Choisissez un chemin pour ynhexample"
|
||||
"en": "Choose a path for Laverna",
|
||||
"fr": "Choisissez un chemin pour Laverna"
|
||||
},
|
||||
"example": "/example",
|
||||
"default": "/example"
|
||||
"example": "/laverna",
|
||||
"default": "/laverna"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
|
|
Loading…
Reference in a new issue