{
  "id": "/",
  "name": "ZigBee & Matter Manager",
  "short_name": "ZBM Manager",
  "description": "ZigBee & Matter Manager with real-time device management, automation, and Home Assistant integration",
  "start_url": "/frames",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f1117",
  "theme_color": "#0d6efd",
  "icons": [
    {
      "src": "/static/images/zigbee-manager-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/zigbee-manager-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/images/zigbee-manager-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Manager",
      "short_name": "Manager",
      "description": "Open the full device manager",
      "url": "/"
    }
  ]
}