From 45f8e018c10773f550a3cac4eae56f2ca30cff9c Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 29 Jan 2019 13:28:41 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifest.json b/manifest.json index c84f430..5fb9fc5 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,16 @@ }, "example": "example.com" }, + { + "name": "path", + "type": "path", + "ask": { + "en": "Choose a path for CryptPad, only / is allowed.", + "fr": "Choisissez un chemin pour CryptPad, seul / est autorisé." + }, + "example": "/", + "default": "/" + }, { "name": "email", "type": "email",