diff --git a/manifest.json b/manifest.json index 305aaa1..e03fd87 100644 --- a/manifest.json +++ b/manifest.json @@ -36,7 +36,7 @@ }, { "name": "path", - "type": "path", + "type": "path", "example": "/blog", "default": "/blog" }, @@ -44,6 +44,9 @@ "name": "is_public", "type": "boolean", "default": true + "help": { + "fr": "Si cochée, votre application sera publique" + } } ] }