download.toml 389 B

12345678910111213
  1. # Automatically generated - DO NOT EDIT!
  2. "$schema" = "../../schemas/schema.json"
  3. [[permission]]
  4. identifier = "allow-download"
  5. description = "Enables the download command without any pre-configured scope."
  6. commands.allow = ["download"]
  7. [[permission]]
  8. identifier = "deny-download"
  9. description = "Denies the download command without any pre-configured scope."
  10. commands.deny = ["download"]