{
  "id": "/agent/",
  "name": "Blue Star Agent",
  "short_name": "BS Agent",
  "description": "Sell packages, track bookings, commission and rewards — Blue Star Travel & Tours agent portal.",
  "start_url": "/agent/login",
  "scope": "/agent/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b3fd1",
  "theme_color": "#1466ff",
  "lang": "en",
  "categories": ["business", "travel"],
  "icons": [
    { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New Booking", "url": "/agent/bookings/create", "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }] },
    { "name": "My Wallet", "url": "/agent/wallet", "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }] },
    { "name": "Leaderboard", "url": "/agent/leaderboard", "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }] }
  ]
}
