{
  "name": "Product Master - Smart Shopping Companion",
  "short_name": "Product Master",
  "description": "Smart shopping companion for all products",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#6366F1",
  "theme_color": "#6366F1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "categories": ["shopping", "lifestyle", "utilities"],
  "shortcuts": [
    {
      "name": "Chat Assistant",
      "short_name": "Chat",
      "description": "Get instant shopping advice",
      "url": "/?tab=chat",
      "icons": []
    },
    {
      "name": "Deals",
      "short_name": "Deals",
      "description": "Browse hot deals",
      "url": "/?tab=deals",
      "icons": []
    }
  ]
}
