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 } ] }