diff --git a/manifest.json b/manifest.json index e380ab8..3f43eb4 100644 --- a/manifest.json +++ b/manifest.json @@ -55,6 +55,16 @@ }, "choices": ["en", "en-AU", "el", "es", "fr-FR", "no", "pl", "pt-BR", "ro", "tr-TR", "zh-CN"], "default": "fr-FR" + }, + { + "name": "network_name", + "type": "string", + "default": "ErgoYunohost" + }, + { + "name": "server_name", + "type": "string", + "default": "ergo.yunohost" } ] }