{
  "name": "ChatFlo",
  "short_name": "ChatFlo",
  "description": "AI-powered chatbot management dashboard with live chat, analytics, and knowledge library.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a1a2e",
  "orientation": "any",
  "categories": ["education", "productivity", "business"],
  "icons": [
    {
      "src": "/icons/chatflo-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/chatflo-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/chatflo-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/chatflo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/chatflo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Chat",
      "short_name": "Live Chat",
      "url": "/live-chat",
      "description": "Go directly to live chat",
      "icons": [{ "src": "/icons/chatflo-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "url": "/dashboard/analytics/",
      "description": "Go directly to analytics",
      "icons": [{ "src": "/icons/chatflo-96.png", "sizes": "96x96" }]
    }
  ]
}
