tauri-plugin-background-service 0.7.1

Background service lifecycle plugin for Tauri v2 — run long-lived tasks on Android, iOS, and desktop
Documentation
"$schema" = "schemas/schema.json"

[default]
description = "Default permissions for the background service plugin"
permissions = [
    "allow-start",
    "allow-stop",
    "allow-is-running",
    "allow-get-service-state",
    "allow-get-platform-capabilities",
    "allow-enable-auto-restart",
    "allow-disable-auto-restart",
    "allow-get-desired-service-state",
    "allow-validate-setup",
    "allow-install-service",
    "allow-uninstall-service",
    "allow-start-os-service",
    "allow-stop-os-service",
    "allow-restart-os-service",
    "allow-get-os-service-status",
]