From 39a7e2ec6c0339cccca0fa2128010063733bdf72 Mon Sep 17 00:00:00 2001 From: likeitneverwentaway Date: Sun, 26 Jun 2016 20:37:38 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 22d3d21..d8db678 100644 --- a/manifest.json +++ b/manifest.json @@ -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",