tauri-plugin-widgets 0.5.0

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": "https://s00d.github.io/tauri-plugin-widgets/schemas/widget-config.v1.json",
  "version": 1,
  "small": {
    "type": "vstack",
    "padding": 12,
    "background": "#0a0a0a",
    "alignment": "center",
    "children": [
      {
        "type": "shape",
        "shapeType": "capsule",
        "size": 12,
        "fill": "#22c55e"
      },
      {
        "type": "shape",
        "shapeType": "circle",
        "size": 24,
        "fill": "#3b82f6"
      }
    ]
  }
}