From 5ed57c01f662a58c121ae72bf0e9d71031335402 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 2 Sep 2018 10:33:07 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index b20b057..59aeedc 100644 --- a/manifest.json +++ b/manifest.json @@ -50,15 +50,15 @@ }, "example": "john" }, - { - "name": "is_public", - "ask": { - "en": "Uploading files is it public?", - "fr": "L'upload de fichiers est-il public ?" - }, - "choices": ["Yes", "No"], - "default": "No" - } + { + "name": "is_public", + "type": "boolean", + "ask": { + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" + }, + "default": true + } ] } }