From 77a907da53c53baffd90c63a98523db9339228f8 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Sun, 21 Mar 2021 14:18:32 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 30e4389..75ff971 100644 --- a/manifest.json +++ b/manifest.json @@ -29,7 +29,7 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain name for musicbox" + "en": "Choose a domain name for Mopidy" }, "example": "example.com" }, @@ -37,11 +37,11 @@ "name": "path", "type": "path", "ask": { - "en": "Choose a path for ynhexample", - "fr": "Choisissez un chemin pour ynhexample" + "en": "Choose a path for Mopidy", + "fr": "Choisissez un chemin pour Mopidy" }, "example": "/example", - "default": "/musicbox" + "default": "/mopidy" }, { "name": "is_public", @@ -50,7 +50,7 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, - "default": true + "default": false } ] }