{
  "name": "FleetEngine",
  "short_name": "FleetEngine",
  "description": "Dumpster rental operations \u2014 dispatch, driver run sheets, CRM",
  "start_url": "/driver/run-sheet",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f9fafb",
  "theme_color": "#1d4ed8",
  "icons": [
    {
      "src": "/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}