From 05ec8d501b8b529ebf1312ffaf76506bff1fcdef Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 8 Aug 2022 10:35:57 +0200 Subject: [PATCH] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0Enum?= =?UTF-8?q?eration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 2f1c301..3f86223 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "website": "www.phpservermonitor.org", "admindoc": "http://docs.phpservermonitor.org/en/latest/", "userdoc": "https://yunohost.org/apps", - "code": "https://github.com/phpservermon/phpservermon/" + "code": "https://github.com/phpservermon/phpservermon/", + "cpe": "cpe:2.3:a:phpservermonitor:php_server_monitor" }, "license": "GPL-3.0-or-later", "maintainer": { @@ -31,7 +32,7 @@ "mysql" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain", @@ -43,16 +44,15 @@ "example": "/phpservermon", "default": "/phpservermon" }, - { + { "name": "is_public", "type": "boolean", "help": { "en": "If the app is not public, only YunoHost users will have access to it", "fr": "Si l'application n'est pas publique, seul les utilisateurs de YunoHost y auront accés" - }, + }, "default": true } - ] } -} +} \ No newline at end of file