{
  "name": "HavaChat - Sales Conversation Intelligence",
  "short_name": "HavaChat",
  "description": "AI-powered sales conversation documentation and coaching platform",
  "id": "/record",
  "start_url": "/record",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#ffc107",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "capture_links": "none",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "Start Recording",
      "short_name": "Record",
      "description": "Start a new conversation recording",
      "url": "/record",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View conversation history and analytics",
      "url": "/dashboard",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Manager Portal",
      "short_name": "Manager",
      "description": "Access team analytics and coaching insights",
      "url": "/manager/dashboard",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
