diff --git a/manifest.toml b/manifest.toml index a6d7b8f..8a8146c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,7 +62,11 @@ ram.runtime = "50M" api.url = "/api" api.show_tile = false api.allowed = "visitors" - api.auth_header = false + api.auth_header = false + script.url = "/script.js" + script.show_tile = false + script.allowed = "visitors" + script.auth_header = false [resources.apt] packages = "postgresql"