{
  "name": "VehiclePortal",
  "short_name": "VehiclePortal",
  "description": "A web application for managing and tracking vehicles.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#212529",
  "theme_color": "#212529",
  "lang": "nl",
  "icons": [
    {
      "src": "https://www.vehicleportal.nl/static/pwa-icon-192.png?v=5",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://www.vehicleportal.nl/static/pwa-icon-512.png?v=5",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}