{
  "name": "EasyCoast Shuttle",
  "short_name": "EasyCoast",
  "description": "Scheduled shuttle between Fall River, New Bedford, and Hyannis. Zone pickup. Zero tolls.",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAF8F3",
  "theme_color": "#4F46E5",
  "categories": ["travel", "transportation"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Join Waitlist",
      "short_name": "Waitlist",
      "url": "/index.php#waitlist",
      "description": "Join the EasyCoast waitlist"
    },
    {
      "name": "Route Map",
      "short_name": "Routes",
      "url": "/easycoast-routes.html",
      "description": "View all shuttle routes"
    }
  ]
}