{
  "name": "ZopCart",
  "short_name": "ZopCart",
  "description": "Shop groceries, fruits, vegetables, medicines, electronics and daily essentials from nearby local stores with fast delivery.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#F8FAFC",
  "theme_color": "#0D1B3D",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "uploads/brand/zopcart-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "uploads/brand/zopcart-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "uploads/brand/zopcart-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Open the ZopCart home page.",
      "url": "index.html",
      "icons": [
        {
          "src": "uploads/brand/zopcart-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Categories",
      "short_name": "Categories",
      "description": "Browse ZopCart categories.",
      "url": "category.html",
      "icons": [
        {
          "src": "uploads/brand/zopcart-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "Open your ZopCart cart.",
      "url": "cart.html",
      "icons": [
        {
          "src": "uploads/brand/zopcart-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View your ZopCart orders.",
      "url": "orders.html",
      "icons": [
        {
          "src": "uploads/brand/zopcart-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search products on ZopCart.",
      "url": "search.html",
      "icons": [
        {
          "src": "uploads/brand/zopcart-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
