{
  "name": "Kbot CRM",
  "short_name": "Kbot",
  "description": "AI-powered CRM and lead automation platform",
  "start_url": "/Kbot",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#58a6ff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/public/kbot-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Kbot-Meet inbox",
      "short_name": "Inbox",
      "description": "Open the cross-platform messaging inbox",
      "url": "/dashboard?tab=meet-rooms",
      "icons": [{ "src": "/public/kbot-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Add Contact",
      "short_name": "Contact",
      "description": "Create a new CRM contact",
      "url": "/dashboard?action=new-contact",
      "icons": [{ "src": "/public/kbot-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "New Deal",
      "short_name": "Deal",
      "description": "Create a new deal",
      "url": "/dashboard?action=new-deal",
      "icons": [{ "src": "/public/kbot-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
