{
  "name": "MatatuLove",
  "short_name": "MatatuLove",
  "description": "Kenya matatu route explorer — find routes, stages, and walking directions",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d1f0f",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Route Planner",
      "short_name": "Planner",
      "url": "/planner",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Map View",
      "short_name": "Map",
      "url": "/map",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [],
  "categories": ["travel", "navigation", "transportation"]
}
