From ce19fcddca4042fb91b9bf2c4ec2ae74fe475236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 5 Feb 2024 13:34:51 +0100 Subject: [PATCH] Fix manifest --- manifest.toml | 7 ++++++- tests.toml | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 969a3fe..354edc9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json + packaging_format = 2 id = "grammalecte" @@ -29,7 +31,10 @@ ram.runtime = "50M" [install.domain] type = "domain" - full_domain = true + + [install.init_main_permission] + type = "group" + default = "visitors" [resources] [resources.sources.main] diff --git a/tests.toml b/tests.toml index cbbeef1..94abb79 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json + test_format = 1.0 [default]