{
  "name": "EVIQ — Battery Intelligence",
  "short_name": "EVIQ",
  "description": "Independent battery intelligence for EV owners. Predictive health, warranty ETA, and AI-powered optimization.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["utilities", "productivity", "lifestyle"],
  "id": "/?source=pwa",
  "icons": [
    {
      "src": "/eviq-app-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/eviq-app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/eviq-app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open dashboard",
      "short_name": "Dashboard",
      "url": "/app",
      "icons": [{ "src": "/eviq-app-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Why EVIQ?",
      "short_name": "Why EVIQ",
      "url": "/why-eviq"
    }
  ]
}
