{
  "name": "FitBooking",
  "short_name": "FitBooking",
  "description": "Personal training booking app for clients and trainer admin.",
  "start_url": "/Bookings/Create",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f9fc",
  "theme_color": "#2764d8",
  "categories": ["fitness", "productivity", "health"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book session",
      "short_name": "Book",
      "url": "/Bookings/Create",
      "description": "Request a personal training session."
    },
    {
      "name": "My bookings",
      "short_name": "Bookings",
      "url": "/Bookings",
      "description": "View current and past booking requests."
    }
  ]
}
