{
  "name": "E-Charge HK - Electric Vehicle Charging Network",
  "short_name": "E-Charge HK",
  "description": "Hong Kong's premier electric vehicle charging network. Find charging stations, manage your EV charging needs, and access real-time availability.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-HK",
  "categories": ["transportation", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/app_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/app_icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/app_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Charging Stations",
      "short_name": "Find Stations",
      "description": "Locate nearby EV charging stations",
      "url": "/?action=find-stations",
      "icons": [
        {
          "src": "/app_icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "Access your E-Charge account",
      "url": "/login",
      "icons": [
        {
          "src": "/app_icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
