{
  "name": "ELYX AI — EV Charging Station Finder",
  "short_name": "ELYX AI",
  "description": "Find EV charging stations worldwide — CCS2, DC fast chargers & Type 2 stations for Tesla, Tata Nexon EV, MG ZS EV, Hyundai Ioniq, BMW i4 & all electric cars. Free AI route planner, offline maps.",
  "start_url": "/",
  "id": "com.elyx.app",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0a0a0a",
  "theme_color": "#00f0ff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["navigation", "utilities", "travel"],
  "keywords": ["EV charging", "electric car charger", "EV station finder", "EV charging map", "CCS2 charger", "DC fast charger", "electric vehicle route planner"],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.elyx.app",
      "id": "com.elyx.app"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  },
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Find Nearby EV Chargers",
      "short_name": "Nearby",
      "description": "Find the nearest CCS2, Type 2 & DC fast EV charging stations",
      "url": "/?action=nearby",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "EV Route Planner",
      "short_name": "Route",
      "description": "Plan your EV trip with AI-powered charging stops",
      "url": "/map?action=route",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Emergency Charger — Low Battery",
      "short_name": "SOS",
      "description": "Find the closest open charger when battery is critically low",
      "url": "/?action=sos",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ]
}
