diff --git a/manifest.json b/manifest.json index d1ac0aa..39d0a74 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.0.0" + "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ @@ -25,29 +25,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for Cubiks 2048", - "fr": "Choisissez un nom de domaine pour Cubiks 2048" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Cubiks 2048", - "fr": "Choisissez un chemin pour Cubiks 2048" - }, "example": "/cubiks-2048", "default": "/cubiks-2048" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public game?", - "fr": "Est-ce un jeu public ?" - }, "help": { "en": "If enabled, Cubiks 2048 will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, Cubiks 2048 sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."