diff --git a/manifest.json b/manifest.json index d98ee36..f429514 100644 --- a/manifest.json +++ b/manifest.json @@ -1,25 +1,25 @@ { - "name": "Example app", - "id": "example", + "name": "tinyfilemanager", + "id": "tinyfilemanager", "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)" }, - "version": "1.0~ynh1", - "url": "https://example.com", + "version": "2.4.7~ynh1", + "url": "https://tinyfilemanager.github.io/", "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" + "license": "GPL-3.0", + "website": "https://tinyfilemanager.github.io/", + "demo": "https://tinyfilemanager.github.io/demo/", + "admindoc": "https://github.com/prasathmani/tinyfilemanager", + "userdoc": "https://github.com/prasathmani/tinyfilemanager", + "code": "https://github.com/prasathmani/tinyfilemanager" }, - "license": "free", + "license": "GPL-3.0", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com" + "name": "Jarod5001", + "email": "" }, "requirements": { "yunohost": ">= 4.3.0" @@ -27,8 +27,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm", - "mysql" + "php8.0-fpm" ], "arguments": { "install" : [ @@ -39,8 +38,8 @@ { "name": "path", "type": "path", - "example": "/example", - "default": "/example" + "example": "/tinyfilemanager", + "default": "/tinyfilemanager" }, { "name": "is_public",