tauri-plugin-widgets 0.4.3

Tauri plugin for App Widgets on Android, iOS, and macOS (WidgetKit); Windows Widgets Board (Adaptive Cards) + desktop webview; Linux desktop webview with X11 DESKTOP pin.
Documentation
"$schema" = "schemas/schema.json"

[default]
description = "Default permissions for the widgets plugin — enables all commands."
permissions = [
    "allow-set-items",
    "allow-get-items",
    "allow-set-register-widget",
    "allow-reload-all-timelines",
    "allow-reload-timelines",
    "allow-request-widget",
    "allow-create-widget-window",
    "allow-close-widget-window",
    "allow-set-widget-config",
    "allow-get-widget-config",
    "allow-widget-action",
    "allow-poll-pending-actions",
    "allow-report-receipt",
    "allow-get-widget-diagnostics",
    "allow-get-widget-trace",
    "allow-flush-widget-trace",
]