From 6f28c0c9b54fe1cea63d90276799003a5e4ce9e7 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Mon, 22 Mar 2021 00:43:49 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifest.json b/manifest.json index 2dab500..e59a50e 100644 --- a/manifest.json +++ b/manifest.json @@ -28,28 +28,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Mopidy" - }, "example": "example.com" }, { "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 ?" - }, "help": { "en": "public app can be used by anonymous visitors" },