{
  "name": "ChargeRoute — EV Charging Finder",
  "short_name": "ChargeRoute",
  "description": "Find EV charging stations along your route or near you across India",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAF6EE",
  "theme_color": "#1F6B3D",
  "lang": "en",
  "categories": ["travel", "navigation", "utilities"],
  "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Charging Near Me",
      "short_name": "Near Me",
      "description": "Find EV charging stations near your current location",
      "url": "/?mode=nearme",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Route Search",
      "short_name": "Route",
      "description": "Search EV charging stations along a route",
      "url": "/?mode=route",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
