{
  "name": "EVIT - EV Charging",
  "short_name": "EVIT",
  "description": "Find and book EV charging stations near you",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#8B5CF6",
  "background_color": "#FFFFFF",
  "lang": "en",
  "categories": ["utilities", "travel"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Stations",
      "url": "/map",
      "description": "Open the station map"
    },
    {
      "name": "My Bookings",
      "url": "/bookings",
      "description": "View your bookings"
    }
  ]
}
