{
  "name": "Zevvy, charging that fits your car",
  "short_name": "Zevvy",
  "description": "Find charging points, plan EV routes with charging stops, and navigate turn by turn.",
  "start_url": "/map.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e0d",
  "theme_color": "#0a0e0d",
  "categories": ["navigation", "travel", "utilities"],
  "icons": [
    {
      "src": "/assets/zevvy-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chargers near me",
      "url": "/map.html?intent=nearby"
    }
  ]
}
