{
  "name": "VEEVAMMERCE STORE",
  "short_name": "VEEVAMMERCE",
  "description": "Your Global Shopping Destination — Books, Smart Tools, Beauty & More",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#D96C4A",
  "background_color": "#F9F8F6",
  "scope": "/",
  "lang": "en",
  "categories": ["shopping", "ecommerce", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "url": "/products",
      "description": "Shop the full catalog"
    },
    {
      "name": "My Cart",
      "url": "/cart"
    },
    {
      "name": "My Orders",
      "url": "/orders"
    }
  ]
}
