{
  "name": "Mornee - Fashion & Lifestyle",
  "short_name": "Mornee",
  "description": "Shop Mornee - Fashion, Lifestyle & More",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf1f5",
  "theme_color": "#4d2f8e",
  "orientation": "portrait",
  "scope": "/",
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "lifestyle"],
  "shortcuts": [
    {
      "name": "Shop Now",
      "url": "/shop",
      "description": "Browse our collection"
    },
    {
      "name": "Cart",
      "url": "/cart",
      "description": "View your cart"
    }
  ]
}