{
    "name": "Austere Beauty - Fashion Shopping",
    "short_name": "Austere Beauty",
    "description": "Shop latest fashion trends online. Men, women & kids clothing, shoes and accessories.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ff3e6c",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
      {
        "src": "/icons/icon-96x96.png",
        "sizes": "96x96",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-152x152.png",
        "sizes": "180x180",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      }
    ],
    "categories": ["shopping", "lifestyle", "fashion"],
    "shortcuts": [
      {
        "name": "Women's Fashion",
        "short_name": "Women",
        "description": "Shop women's clothing and accessories",
        "url": "/shop/women",
        "icons": [
          {
            "src": "/icons/icon-96x96.png",
            "sizes": "96x96"
          }
        ]
      },
      {
        "name": "Men's Fashion",
        "short_name": "Men",
        "description": "Shop men's clothing and accessories",
        "url": "/shop/men",
        "icons": [
          {
            "src": "/icons/icon-96x96.png",
            "sizes": "96x96"
          }
        ]
      },
      {
        "name": "Kids Fashion",
        "short_name": "Kids",
        "description": "Shop kids clothing and accessories",
        "url": "/shop/kids",
        "icons": [
          {
            "src": "/icons/icon-96x96.png",
            "sizes": "96x96"
          }
        ]
      }
    ]
  }