{
  "name": "Leenk - Business Chat",
  "short_name": "Leenk",
  "description": "WhatsApp Business-style chat application for businesses to communicate with customers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#9333ea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "communication", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open chat interface",
      "url": "/chat",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}

