diff --git a/manifest.json b/manifest.json index 6283c09b..bc261818 100644 --- a/manifest.json +++ b/manifest.json @@ -40,12 +40,12 @@ }, { "name": "is_public", + "type": "boolean", "ask": { "en": "Is it a public application ?", "fr": "Est-ce une application publique ?" }, - "choices": ["Yes", "No"], - "default": "Yes" + "default": true } ] }