{
  "name": "Delhi Metro Route - Timings, Fare, and Map",
  "short_name": "Delhi Metro",
  "description": "Find Delhi Metro routes, timings, and fare details easily. Plan your journey across the DMRC network.",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "travel",
    "utilities"
  ],
  "start_url": "../../index.html",
  "scope": "../../",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#29aafe",
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Route Planner",
      "short_name": "Route",
      "description": "Find Delhi Metro routes and directions",
      "url": "../../index.html",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Fare Calculator",
      "short_name": "Fare",
      "description": "Calculate Delhi Metro ticket fares",
      "url": "../../fare-calculator/index.html",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Train Timings",
      "short_name": "Timings",
      "description": "Check Delhi Metro train timings",
      "url": "../../train-timings/index.html",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Metro Map",
      "short_name": "Map",
      "description": "View Delhi Metro network map",
      "url": "../../metro-map/index.html",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Station Info",
      "short_name": "Station Info",
      "description": "Get detailed info of Delhi Metro stations",
      "url": "../../station-info/index.html",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    }
  ]
}