From 4269b07578d7b0990430aff32351cc423118dab5 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Sun, 21 Mar 2021 23:40:18 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manifest.json b/manifest.json index e59a50e..2dab500 100644 --- a/manifest.json +++ b/manifest.json @@ -28,17 +28,28 @@ { "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" },