From 5a3d979e72bd05eba936e7979294359b20e05a4d Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:17:26 +0100 Subject: [PATCH] simplify manifest --- manifest.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/manifest.json b/manifest.json index ff8c6f9..559ca36 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,9 @@ "id": "mopidy", "packaging_format": 1, "description": { - "en": "Mopidy - is an extensible music server written in Python.", - "fr": "Mopidy - est un serveur de musique extensible écrit en Python" + "en": "An extensible music server to play audio from your music collection and various streaming services" }, - "version": "1.0.2", + "version": "3.1.1-ynh1", "url": "https://www.mopidy.com/", "license": "Apache-2.0", "maintainer": { @@ -29,29 +28,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Mopidy", - "fr": "Choisissez un nom de domaine pour Mopidy" - }, "example": "example.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Mopidy", - "fr": "Choisissez un chemin pour Mopidy" - }, "example": "/mopidy", "default": "/mopidy" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": true } ]