diff --git a/manifest.json b/manifest.json index 25b1e28..a796bef 100644 --- a/manifest.json +++ b/manifest.json @@ -42,12 +42,12 @@ }, { "name": "is_public", + "type": "boolean", "ask": { - "en": "Is it a public shuri site ?", - "fr": "Est-ce un site public ?" + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" }, - "choices": ["Yes", "No"], - "default": "Yes" + "default": true } ] }