From 9f37e6920891204a80d1f897633bfe72b8749492 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 14 Mar 2023 19:15:34 +0100 Subject: [PATCH] "additional_urls" should be a list --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 427fa5b..e3cc8b2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,7 +60,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" api.url = "/api" - api.additional_urls = "/scripts/api.js" + api.additional_urls = ["/scripts/api.js"] api.allowed = "visitors" api.auth_header = false api.show_tile = false