{
  "name": "FleetAudit — Vehicle Inspection",
  "short_name": "FleetAudit",
  "description": "DVSA-compliant fleet vehicle inspection and audit app with AI damage detection",
  "id": "/index.html",
  "start_url": "/index.html",
  "scope": "/",
  "lang": "en-GB",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#1d4ed8",
  "theme_color": "#1d4ed8",
  "orientation": "portrait",
  "categories": ["productivity", "business"],
  "handle_links": "preferred",
  "launch_handler": { "client_mode": "focus-existing" },
  "edge_side_panel": {},
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "screenshots": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "FleetAudit Driver Inspection App",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "New Audit",
      "short_name": "Audit",
      "description": "Start a new vehicle inspection",
      "url": "/"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "iarc_rating_id": ""
}
