diff --git a/manifest.json b/manifest.json index 177c7e6..d00839e 100644 --- a/manifest.json +++ b/manifest.json @@ -33,7 +33,10 @@ { "name": "is_public", "type": "boolean", - "default": true + "default": true, + "help": { + "en": "For federation to work, this needs to be true. False is ok if you want to run a private instance." + } } ] }