From 94d287b05df33b72b74431ad6a0dddcc1d6de849 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Wed, 8 Feb 2017 16:49:05 +0100 Subject: [PATCH] Private by default Rename app to NetData by default --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1a4bf66..d019742 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "netdata", + "name": "NetData", "id": "netdata", "packaging_format": 1, "description": { @@ -49,7 +49,7 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, - "default": true + "default": false } ] }