{
  "short_name": "APEX",
  "name": "APEX — AI Sales Intelligence Hub",
  "description": "Real-time AI sales coaching, live call workspace, and deal execution.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#00ff88",
  "background_color": "#020617",
  "categories": ["business", "productivity", "sales"],
  "shortcuts": [
    {
      "name": "Start a Call",
      "short_name": "New Call",
      "description": "Open the live call workspace",
      "url": "/coaching",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Quick Start",
      "short_name": "Battle Plan",
      "description": "Generate a deal battle plan",
      "url": "/quick-start",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
