{
  "name": "NearMetro - Smart Metro Boarding",
  "short_name": "NearMetro",
  "description": "Find the smartest metro route in any Indian city. Built for tourists and occasional travelers.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F3EA",
  "theme_color": "#0A0805",
  "categories": ["travel", "navigation", "utilities"],
  "lang": "en-IN",
  "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": "Find route from my location",
      "short_name": "Use GPS",
      "description": "Find the nearest metro from where you are",
      "url": "/?action=gps"
    }
  ]
}
