{
  "name": "OBDViz - OBD2 CSV Log Visualizer",
  "short_name": "OBDViz",
  "description": "An offline-first, client-side OBD2 telemetry visualizer and fault code lookup tool.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0a0b0d",
  "theme_color": "#00f2fe",
  "orientation": "any",
  "icons": [
    {
      "src": "/logo-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
