diff --git a/manifest.json b/manifest.json index d16f140..e59a50e 100644 --- a/manifest.json +++ b/manifest.json @@ -28,9 +28,6 @@ { "name": "domain", "type": "domain", - "help": { - "en": "public app can be used by anonymous visitors" - }, "example": "example.com" }, { @@ -42,6 +39,9 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "public app can be used by anonymous visitors" + }, "default": false } ]