{
  "name": "Afghan Marketplace",
  "short_name": "AfghanMarket",
  "description": "Comprehensive marketplace platform connecting Afghan merchants and buyers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512", 
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "business", "marketplace"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Products",
      "description": "Browse all available products",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sell Products",
      "short_name": "Sell",
      "description": "List your products for sale",
      "url": "/sell",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "Manage your account",
      "url": "/auth",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}