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",