{
  "$schema": "../gen/schemas/mobile-schema.json",
  "identifier": "mobile",
  "description": "Mobile-specific permissions",
  "platforms": ["android", "iOS"],
  "permissions": [
    "notification:default",
    "notification:allow-create-channel",
    "notification:allow-delete-channel",
    "notification:allow-list-channels",
    "notification:allow-register-action-types",
    "notification:allow-register-listener"
  ]
}
