{
  "name": "Trident Driver",
  "short_name": "Driver",
  "description": "Driver app — your jobs, live status, earnings and weekly subscription.",
  "id": "/driver/app",
  "start_url": "/driver/app",
  "scope": "/driver",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B1B34",
  "theme_color": "#0B1B34",
  "icons": [
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "My jobs", "url": "/driver/jobs" },
    { "name": "Earnings", "url": "/driver/earnings" },
    { "name": "Subscription", "url": "/driver/billing" }
  ]
}
