{
  "name": "IntelliAuto - AI Vehicle Assistant",
  "short_name": "IntelliAuto",
  "description": "Master your vehicle maintenance with IntelliAuto. The secure, AI-powered mechanic app.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#05050B",
  "theme_color": "#05050B",
  "icons": [
    {
      "src": "/brand-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/brand-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "orientation": "portrait"
}