diff --git a/manifest.json b/manifest.json index e59a50e..4001a51 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "mopidy", "packaging_format": 1, "description": { - "en": "An extensible music server to play music, podcasts and radio programs from local disk and various streaming services" + "en": "plays music, podcasts and radio programs from local disk and various streaming services" }, "version": "3.1.1-ynh2", "url": "https://www.mopidy.com/", @@ -28,17 +28,26 @@ { "name": "domain", "type": "domain", + "ask": { + "en": "Choose a domain name for Calibre-web" + }, "example": "example.com" }, { "name": "path", "type": "path", + "ask": { + "en": "Choose a path for Calibre-web" + }, "example": "/example", "default": "/mopidy" }, { "name": "is_public", "type": "boolean", + "ask": { + "en": "Is it a public application?" + }, "help": { "en": "public app can be used by anonymous visitors" },