From f3e4e4b0f6fddb73f4cb770e87b04b16fb163105 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 30 Dec 2021 12:14:14 +0100 Subject: [PATCH 1/2] Add "static" and "PHP" keywords in the description Enhance visibility in the catalog --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index eb4576a..fccf465 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Custom Webapp", "packaging_format": 1, "description": { - "en": "Custom Web app with SFTP access", - "fr": "Application Web personnalisée avec accès SFTP" + "en": "Custom Web app with SFTP access to serve static and PHP files", + "fr": "Application Web personnalisée avec accès SFTP pour servir des fichiers statiques et PHP" }, "version": "1.0~ynh5", "url": "https://github.com/YunoHost-Apps/my_webapp_ynh", From 96f1a30be53fd2ee061779e1ce51b06025e02b97 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 3 Jan 2022 20:08:48 +0100 Subject: [PATCH 2/2] Update manifest.json Co-authored-by: tituspijean --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index fccf465..dce41eb 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Custom Webapp", "packaging_format": 1, "description": { - "en": "Custom Web app with SFTP access to serve static and PHP files", - "fr": "Application Web personnalisée avec accès SFTP pour servir des fichiers statiques et PHP" + "en": "Custom Web app with SFTP access to serve static (HTML, CSS, JS) and PHP files", + "fr": "Application Web personnalisée avec accès SFTP pour servir des fichiers statiques (HTML, CSS, JS) et PHP" }, "version": "1.0~ynh5", "url": "https://github.com/YunoHost-Apps/my_webapp_ynh",