From b86e1a05f9f4b5a08d864ad43b89b4badbcf0fb3 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Thu, 2 Apr 2020 19:25:46 +0200 Subject: [PATCH] Create the manifest file (cherry picked from commit ba20289467763f535c8d56afff9176c7059a8952) --- manifest.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..d414370 --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "nature-mount", + "id": "nature-mount", + "packaging_format": 1, + "description": { + "en": "An illustrated theme.", + "fr": "Un theme illustrer." + }, + "version": "1.0", + #"url": "https://gitlab.com/stilobique/nature-mount", + "license": "AGPL-3.0", + "maintainer": { + "name": "Vaillant Aurelien", + "email": "aurelienvlt@free.fr" + }, + "requirements": { + "yunohost": ">= 3.7.0.12", + "ssowat": ">= 3.7.0.12" + } +} \ No newline at end of file