{
  "name": "Rakshaty - Driver",
  "short_name": "Rakshaty Driver",
  "description": "Accept ride requests and earn money",
  "start_url": "/driver",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#11998e",
  "theme_color": "#11998e",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/icons/driver-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/driver-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "travel",
    "navigation"
  ],
  "shortcuts": [
    {
      "name": "Go Online",
      "short_name": "Online",
      "description": "Go online to receive ride requests",
      "url": "/driver",
      "icons": [
        {
          "src": "/static/icons/driver-icon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ]
}