{
  "name": "Tesla Dashcam Viewer + Exporter",
  "short_name": "TeslaCam",
  "description": "Preview Tesla Dashcam and Sentry Mode clips in a synchronized six-camera grid with HUD metadata, installable offline-capable PWA use, WebGPU/WebCodecs acceleration where supported, and local video or telemetry CSV export.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f1114",
  "theme_color": "#0f1114",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
