tauri-plugin-widgets 0.4.2

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.
{
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "body": [
    {
      "columns": [
        {
          "items": [
            {
              "color": "Light",
              "id": "fg:#fff",
              "size": "Default",
              "text": "L",
              "type": "TextBlock",
              "weight": "Default",
              "wrap": true
            }
          ],
          "type": "Column",
          "width": "auto"
        },
        {
          "items": [
            {
              "id": "rule:#64748b",
              "items": [],
              "separator": true,
              "spacing": "Medium",
              "type": "Container"
            }
          ],
          "type": "Column",
          "width": "auto"
        },
        {
          "items": [
            {
              "color": "Light",
              "id": "fg:#fff",
              "size": "Default",
              "text": "R",
              "type": "TextBlock",
              "weight": "Default",
              "wrap": true
            }
          ],
          "type": "Column",
          "width": "auto"
        }
      ],
      "id": "gap:8",
      "spacing": "Default",
      "type": "ColumnSet"
    }
  ],
  "type": "AdaptiveCard",
  "version": "1.5"
}