{
  "id": "/",
  "name": "Belocate Delivery",
  "short_name": "Belocate Delivery",
  "description": "Belocate Delivery Partner Portal \u2014 go online, accept deliveries, verify OTP, and track earnings.",
  "lang": "en-IN",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fff8f1",
  "theme_color": "#ffcd3c",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.webp",
      "sizes": "1024x1024",
      "type": "image/webp",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Requests",
      "short_name": "Requests",
      "description": "View delivery offers",
      "url": "/requests",
      "icons": [
        {
          "src": "/favicon.webp",
          "sizes": "1024x1024",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Active delivery",
      "short_name": "Active",
      "description": "Continue your active delivery",
      "url": "/active",
      "icons": [
        {
          "src": "/favicon.webp",
          "sizes": "1024x1024",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Earnings",
      "short_name": "Earnings",
      "description": "View delivery earnings",
      "url": "/earnings",
      "icons": [
        {
          "src": "/favicon.webp",
          "sizes": "1024x1024",
          "type": "image/webp"
        }
      ]
    }
  ]
}
