diff --git a/manifest.toml b/manifest.toml index 65b2f04..6b64cde 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,3 +57,7 @@ ram.runtime = "50M" api.auth_header =false api.show_tile = false api.protected = true + download.url = "/download" + download.allowed = "visitors" + download.auth_header =false + download.show_tile = false \ No newline at end of file