{
  "name": "ChatWILL Live Chat",
  "short_name": "ChatWILL",
  "description": "ChatWILL Live Chat - AI-powered customer support",
  "start_url": "/inbox/chat",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f1f1f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/image.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Chat Inbox",
      "short_name": "Inbox",
      "description": "Open chat inbox",
      "url": "/inbox/chat",
      "icons": [
        {
          "src": "/assets/image.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}

