{
  "name": "CrossFit Gratitude",
  "short_name": "Gratitude",
  "description": "Reserve classes, manage your membership, and connect with the CrossFit Gratitude community.",
  "start_url": "/portal",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fbf7f1",
  "theme_color": "#1e40af",
  "categories": ["health", "fitness", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Reserve a class",
      "short_name": "Reserve",
      "url": "/portal/schedule",
      "description": "Browse the week and book a spot"
    },
    {
      "name": "My reservations",
      "short_name": "Bookings",
      "url": "/portal/reservations",
      "description": "See what you've booked"
    }
  ]
}
