{
  "name": "FD24 Learn — PMS Training",
  "short_name": "FD24 Learn",
  "description": "Live and AI-taught training for FrontDesk24 hotel teams.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F4EFE6",
  "theme_color": "#F4EFE6",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sessions",
      "short_name": "Sessions",
      "url": "/dashboard/admin/sessions",
      "description": "View and manage training sessions",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "url": "/dashboard/customer/bookings",
      "description": "View your upcoming bookings",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Join Session",
      "short_name": "Join",
      "url": "/join",
      "description": "Join a live training session",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
