From 2dcfaec69b5fb1b4dee5d70b18df77fdd69dc237 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 25 May 2017 13:19:20 +0200 Subject: [PATCH] Allow the users to choose about telemetries --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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 } ] }