{
  "name": "Shein Labor Force",
  "short_name": "SheinLabor",
  "description": "Fashion-Forward Workforce Management & Shopping",
  "start_url": "/shop",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-shop.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/desktop-shop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Women",
      "short_name": "Women",
      "description": "Browse Women's Fashion",
      "url": "/shop?category=women",
      "icons": [
        {
          "src": "/icons/shortcut-women.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Cart",
      "short_name": "Cart",
      "description": "View your shopping bag",
      "url": "/shop/cart",
      "icons": [
        {
          "src": "/icons/shortcut-cart.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}