{
  "name": "qBittorrent Widget",
  "short_name": "qBit Widget",
  "description": "Monitor and control your qBittorrent instance from Windows 11 Widgets Board",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#f3f3f3",
  "theme_color": "#0078d4",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-widget.png",
      "sizes": "300x304",
      "type": "image/png",
      "label": "qBittorrent widget showing download and upload speeds"
    }
  ],
  "widgets": [
    {
      "name": "qBittorrent",
      "description": "Monitor and control your qBittorrent instance",
      "tag": "qbittorrent",
      "template": "qbittorrent-widget",
      "ms_ac_template": "/widgets/template-medium.json?v=10",
      "data": "/widgets/data.json",
      "type": "application/json",
      "update": 300,
      "multiple": false,
      "screenshots": [
        {
          "src": "/screenshot-widget.png",
          "sizes": "300x304",
          "type": "image/png",
          "label": "qBittorrent widget showing torrent progress and speeds"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-48.png",
          "sizes": "48x48",
          "type": "image/png"
        },
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        },
        {
          "src": "/icons/icon-128.png",
          "sizes": "128x128",
          "type": "image/png"
        },
        {
          "src": "/icons/icon-256.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    }
  ]
}
