{
  "name": "Strait Transit",
  "short_name": "Strait Transit",
  "description": "Ferry schedules, live tracking, and trip planning across Puget Sound and British Columbia.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f0f4f8",
  "theme_color": "#0f4c75",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "en",
  "prefer_related_applications": false,
  "categories": ["travel", "navigation", "transportation"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Plan Trip",
      "short_name": "Trips",
      "description": "Plan a ferry trip with connections",
      "url": "/trip",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Explore Map",
      "short_name": "Map",
      "description": "View terminals and live vessels on the map",
      "url": "/explore",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "All Operators",
      "short_name": "Operators",
      "description": "Browse ferry and water taxi operators",
      "url": "/operators",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
