{
  "name": "eVHC — Vehicle Health Check",
  "short_name": "eVHC",
  "description": "Electronic Vehicle Health Check system for Bentley Baku",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a4138",
  "theme_color": "#0a4138",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Reports",
      "short_name": "Reports",
      "url": "/reports?source=pwa"
    },
    {
      "name": "Inspections",
      "short_name": "Inspections",
      "url": "/inspections?source=pwa"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}
