{
  "name": "Clonify - AI Call Center",
  "short_name": "Clonify",
  "description": "Multi-organization AI Call Center dashboard. Manage agents, monitor live calls, and review analytics on the go.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Open the main dashboard"
    },
    {
      "name": "Live Monitoring",
      "url": "/monitoring",
      "description": "Watch live calls in progress"
    },
    {
      "name": "Agents",
      "url": "/agents",
      "description": "Manage AI agents"
    }
  ]
}
