diff --git a/manifest.json b/manifest.json index 6d0a70f..f27e67c 100644 --- a/manifest.json +++ b/manifest.json @@ -34,6 +34,15 @@ }, "choices": ["Yes", "No"], "default": "Yes" + }, + { + "name": "analytics", + "type": "boolean", + "ask": { + "en": "Do you want to allow Mattermost to send some telemetrics about your usage of this app?", + "fr": "Souhaitez-vous autoriser Mattermost à envoyer des informations sur votre usage de cette application?" + }, + "default": false } ] }