{
  "id": "/",
  "name": "Sabjee.in — Fresh from Farm to Door",
  "short_name": "Sabjee",
  "description": "Fresh vegetables, fruits, dairy & more — delivered daily in Veraval. Order online at Sabjee.in.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#fffbf5",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["food", "shopping", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Products",
      "short_name": "Search",
      "description": "Search for fresh produce and groceries",
      "url": "/search?source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your active orders",
      "url": "/orders?source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Today's Picks",
      "short_name": "Picks",
      "description": "Handpicked fresh produce for today",
      "url": "/todays-picks?source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Sabjee — Fresh Grocery Delivery"
    }
  ],
  "prefer_related_applications": false
}