From 73136f84003cdcbcce0900079adb6c17e9f85581 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sun, 6 Jun 2021 10:20:05 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index f07b841..b666b94 100644 --- a/manifest.json +++ b/manifest.json @@ -6,13 +6,12 @@ "en": "Code editor awesomeness ...in your browser", "fr": "Un éditeur de code impressionnant ...dans votre navigateur" }, - "version": "2.0.0~ynh1", - "url": "https://icecoder.net/", + "version": "2.0.1~ynh1", + "url": "https://icecoder.net", "license": "AGPL-3.0-only", "maintainer": { "name": "Stylix58", - "email": "lateman-jpeg@outlook.fr", - "url": "https://stylix58.netlify.app/" + "email": "lateman-jpeg@outlook.fr" }, "requirements": { "yunohost": ">= 4.1.3" @@ -24,11 +23,6 @@ ], "arguments": { "install" : [ - { - "name": "domain", - "type": "domain", - "example": "example.com" - }, { "name": "app_id", "type": "string", @@ -38,7 +32,7 @@ }, "help": { "en": "You can get the ID in Custom Webapp's settings.", - "fr": "Vous pouvez obtenir l'ID dans les paramètres de la Webapp personnalisée." + "fr": "Vous pouvez obtenir l'ID dans les paramètres de la Custom Webapp." } } ]