diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 1be7df5..1d1789e 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,15 @@ }, "example": "johndoe" }, + { + "name": "is_public", + "type": "boolean", + "ask": { + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" + }, + "default": true + }, { "name": "language", "type": "string", |
