{
  "name": "Bavua - Multi-Device Display Streaming",
  "short_name": "Bavua",
  "description": "Stream your screen to any device across all platforms",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#060C1B",
  "theme_color": "#1E3A8A",
  "orientation": "any",
  "categories": ["utilities", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your devices and sessions"
    },
    {
      "name": "Devices",
      "short_name": "Devices",
      "url": "/dashboard/devices",
      "description": "Manage connected devices"
    },
    {
      "name": "Streaming",
      "short_name": "Streaming",
      "url": "/dashboard/streaming",
      "description": "View active streams"
    }
  ]
}
