{
  "name": "DressUp India — AI Fashion Marketplace",
  "short_name": "DressUp India",
  "description": "Shop Indian fashion with AI Virtual Try-On. See yourself wearing it before you buy.",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#05050f",
  "theme_color": "#FF6B35",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": [
    "shopping",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Try On",
      "short_name": "Try On",
      "description": "AI Virtual Try-On Studio",
      "url": "/tryon.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shop Now",
      "short_name": "Shop",
      "description": "Browse all stores",
      "url": "/store.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your order status",
      "url": "/order-confirmation.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
