From 17c5338b7c9f8760a9f30d29137db669cfe3033c Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Sun, 21 Mar 2021 21:56:21 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } ]