From 476ab5270af2c0dcbae8cacfce28384b618d0121 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 4 Jul 2018 17:42:35 +0200 Subject: [PATCH] set visibility to private by default --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b780c69..1739c30 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "en": "Is it a public Shaarli site ?", "fr": "Est-ce un site Shaarli public ?" }, - "default": true + "default": false } ] }