From 98ca4947474caea85e5e4d8f6587d78e86f2103a Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 19:46:36 +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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3654fa1..f0757b5 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,8 @@ "demo": "https://www.abantecart.com/shopping-cart-demo", "admindoc": "https://docs.abantecart.com/", "userdoc": "https://abantecart.atlassian.net/wiki/spaces/AD/overview?homepageId=3506313", - "code": "https://github.com/abantecart/abantecart-src" + "code": "https://github.com/abantecart/abantecart-src", + "cpe": "cpe:2.3:a:abantecart:abantecart" }, "license": "OSL-3.0", "maintainer": { @@ -31,7 +32,7 @@ "mysql" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -55,4 +56,4 @@ } ] } -} +} \ No newline at end of file