{
  "name": "Grozri",
  "short_name": "Grozri",
  "description": "Shop local across India with best-in-radius pricing.",
  "id": "/",
  "start_url": "/?source=a2hs",
  "scope": "/",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json",
      "id": "/"
    }
  ],
  "display": "standalone",
  "background_color": "oklch(1 0 0)",
  "theme_color": "oklch(0.795 0.184 86.047)",
  "orientation": "portrait-primary",
  "categories": [
    "shopping",
    "business"
  ],
  "icons": [
    {
      "src": "/icons/manifest-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/manifest-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/app-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/app-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "capture_links": "existing-client",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Shop Home",
      "short_name": "Home",
      "description": "Browse featured products and top categories.",
      "url": "/home?utm_source=app-shortcut&utm_medium=homescreen",
      "icons": [
        {
          "src": "/icons/manifest-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Cart",
      "short_name": "Cart",
      "description": "Review your cart and checkout faster.",
      "url": "/cart?utm_source=app-shortcut&utm_medium=homescreen",
      "icons": [
        {
          "src": "/icons/manifest-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Track Orders",
      "short_name": "Orders",
      "description": "Track your recent grocery orders.",
      "url": "/orders?utm_source=app-shortcut&utm_medium=homescreen",
      "icons": [
        {
          "src": "/icons/manifest-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+grozri",
      "url": "/?deep_link=%s"
    }
  ]
}