{
  "short_name": "MR Buses",
  "name": "MR Bus Portal — AI-Powered Bus Booking",
  "description": "Book bus tickets across 321 US cities. Earn loyalty points, get AI seat recommendations.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0e0618",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["travel", "transportation"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%230e0618'/><text y='130' x='28' font-size='120'>🚌</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%230e0618'/><text y='360' x='60' font-size='320'>🚌</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Buses",
      "short_name": "Search",
      "description": "Search for bus routes",
      "url": "/",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>🔍</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your bookings",
      "url": "/my-bookings",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>🎫</text></svg>", "sizes": "96x96" }]
    }
  ]
}
