{
  "name": "Colors & Seasons | Premium Fashion Store",
  "short_name": "Colors & Seasons",
  "description": "Premium fashion and lifestyle store offering curated clothing, accessories, and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9f8f6",
  "theme_color": "#5c4033",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/logo-mark.png",
      "sizes": "150x150",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop All",
      "short_name": "Shop",
      "url": "/products",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "url": "/orders",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Wishlist",
      "short_name": "Wishlist",
      "url": "/wishlist",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
