diff --git a/manifest.json b/manifest.json index bc9c16c..57f1c64 100644 --- a/manifest.json +++ b/manifest.json @@ -3,18 +3,18 @@ "id": "uptime-kuma", "packaging_format": 1, "description": { - "en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)", - "fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" + "en": " A fancy self-hosted monitoring tool", + "fr": "Un joli outil pour vérifier si des sites sont en ligne (monitoring)" }, "version": "1.0~ynh1", - "url": "https://example.com", + "url": "https://github.com/louislam/uptime-kuma/", "upstream": { "license": "free", - "website": "https://example.com", - "demo": "https://demo.example.com", - "admindoc": "https://yunohost.org/packaging_apps", - "userdoc": "https://yunohost.org/apps", - "code": "https://some.forge.com/example/example" + "website": "https://github.com/louislam/uptime-kuma/", + "demo": "https://demo.uptime.kuma.pet", + "admindoc": "https://github.com/louislam/uptime-kuma/wiki", + "userdoc": "https://github.com/louislam/uptime-kuma/wiki", + "code": "https://github.com/louislam/uptime-kuma/" }, "license": "free", "maintainer": { @@ -37,8 +37,8 @@ { "name": "path", "type": "path", - "example": "/example", - "default": "/example" + "example": "/uptime-kuma", + "default": "/uptime-kuma" }, { "name": "admin",