{
  "name": "Fleet 360",
  "short_name": "Fleet 360",
  "id": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#ffffff",
  "background_color": "#2b6be9",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1080x1920",
      "type": "image/png"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+fleet",
      "url": "/?fleet=%s"
    }
  ]
}
