{
  "name": "LIT ChatBot — Customer Portal",
  "short_name": "LIT ChatBot",
  "description": "Manage your AI chatbots, view conversations and capture leads — all from your pocket.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f1266",
  "theme_color": "#3B3FD8",
  "lang": "en-US",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your chatbot dashboard",
      "url": "./",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "My Websites",
      "short_name": "Websites",
      "description": "Manage your chatbot websites",
      "url": "./websites",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Chat History",
      "short_name": "Chats",
      "description": "View your conversation history",
      "url": "./chat-history",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
