From 346adec978a7cb7483cd13bc15e6106ffacd1cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:28:09 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 41292c0..d3a042f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,3 +59,6 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + admin.url = "/admin" + admin.show_tile = false + admin.allowed = "admins"