diff --git a/manifest.json b/manifest.json index 7d10b78..1e39a78 100644 --- a/manifest.json +++ b/manifest.json @@ -52,12 +52,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": false } ] }