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",
|
"name": "Laverna",
|
||||||
"id": "ynhexample",
|
"id": "laverna",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Example package for YunoHost application.",
|
"en": "Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.",
|
||||||
"fr": "Exemple de package d’application pour YunoHost."
|
"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",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "John doe",
|
"name": "Alex",
|
||||||
"email": "john.doe@example.com",
|
"email": "apulido@free.fr",
|
||||||
"url": "http://example.com"
|
"url": "https://github.com/likeitneverwentaway/laverna_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 ynhexample",
|
"en": "Choose a domain name for Laverna",
|
||||||
"fr": "Choisissez un nom de domaine pour ynhexample"
|
"fr": "Choisissez un nom de domaine pour Laverna"
|
||||||
},
|
},
|
||||||
"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 ynhexample",
|
"en": "Choose a path for Laverna",
|
||||||
"fr": "Choisissez un chemin pour ynhexample"
|
"fr": "Choisissez un chemin pour Laverna"
|
||||||
},
|
},
|
||||||
"example": "/example",
|
"example": "/laverna",
|
||||||
"default": "/example"
|
"default": "/laverna"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
|
|
Loading…
Reference in a new issue