1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opennote_ynh.git synced 2024-09-03 19:46:28 +02:00

Update manifest.json

This commit is contained in:
likeitneverwentaway 2016-06-27 10:34:23 +02:00 committed by GitHub
parent 5651e018a5
commit 7ccd9058b2

View file

@ -1,17 +1,17 @@
{ {
"name": "Laverna", "name": "OpenNote",
"id": "laverna", "id": "opennote",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.", "en": "OpenNote was built to be an open web-based alternative to Microsoft OneNote (T) and EverNote.",
"fr": "Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote." "fr": "OpenNote est une alternative web à Microsoft OneNote (T) and EverNote."
}, },
"url": "https://laverna.cc/index.html", "url": "https://foxusa.github.io/OpenNote/OpenNote/",
"license": "free", "license": "free",
"maintainer": { "maintainer": {
"name": "Alex", "name": "Alex",
"email": "apulido@free.fr", "email": "apulido@free.fr",
"url": "https://github.com/likeitneverwentaway/laverna_ynh" "url": "https://github.com/Yunohost-Apps/OpenNote_ynh"
}, },
"requirements": { "requirements": {
"yunohost": ">> 2.4.0" "yunohost": ">> 2.4.0"
@ -28,8 +28,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain name for Laverna", "en": "Choose a domain name for OpenNote",
"fr": "Choisissez un nom de domaine pour Laverna" "fr": "Choisissez un nom de domaine pour OpenNote"
}, },
"example": "example.com" "example": "example.com"
}, },
@ -37,11 +37,11 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for Laverna", "en": "Choose a path for OpenNote",
"fr": "Choisissez un chemin pour Laverna" "fr": "Choisissez un chemin pour OpenNote"
}, },
"example": "/laverna", "example": "/opennote",
"default": "/laverna" "default": "/opennote"
}, },
{ {
"name": "admin", "name": "admin",