From 48294865209a6afbc75efc9dd2629a13582fc09d Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 8 Aug 2022 01:35:47 +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 | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index f314b7e..c7bca8d 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,8 @@ "upstream": { "license": "GPL-3.0", "website": "https://monicahq.com", - "code": "https://github.com/monicahq/monica" + "code": "https://github.com/monicahq/monica", + "cpe": "cpe:2.3:a:monicahq:monica" }, "license": "GPL-3.0", "maintainer": { @@ -59,9 +60,21 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["cs","de","en","es","fr","he","it","nl","pt","ru","zh"], + "choices": [ + "cs", + "de", + "en", + "es", + "fr", + "he", + "it", + "nl", + "pt", + "ru", + "zh" + ], "default": "en" } ] } -} +} \ No newline at end of file