From 3958cbdf4467cb66b65600b8b34bf005154756b7 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Sun, 21 Mar 2021 21:54:38 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifest.json b/manifest.json index 2166809..d16f140 100644 --- a/manifest.json +++ b/manifest.json @@ -28,9 +28,6 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Mopidy" - }, "help": { "en": "public app can be used by anonymous visitors" }, @@ -39,20 +36,12 @@ { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Mopidy", - "fr": "Choisissez un chemin pour Mopidy" - }, "example": "/example", "default": "/mopidy" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": false } ]