From 7e87676c83d5f53cdd4032f67874b70fb9dd672c Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 5 Mar 2020 19:45:09 +0100 Subject: [PATCH] [mod] Set the application private by default --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c86b497..80e9867 100644 --- a/manifest.json +++ b/manifest.json @@ -49,7 +49,7 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, - "default": true + "default": false } ] }