1
0
Fork 0
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:
likeitneverwentaway 2016-06-26 20:37:38 +02:00 committed by GitHub
parent 811d40a3d6
commit 39a7e2ec6c

View file

@ -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 dapplication 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",