{
  "name": "JustHop — Singapore Transport Planner",
  "short_name": "JustHop",
  "description": "Plan bus and MRT journeys across Singapore with real-time arrivals and reliability scores.",
  "start_url": "/planner",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "lang": "en-SG",
  "categories": ["travel", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Plan a Journey",
      "short_name": "Planner",
      "url": "/planner",
      "description": "Start planning your route"
    },
    {
      "name": "Bus Services",
      "short_name": "Buses",
      "url": "/bus-services",
      "description": "Browse Singapore bus routes"
    }
  ]
}
