{
  "name": "Say'les Fitness",
  "short_name": "Say'les",
  "description": "Personal training with Robert Sayles. Train your mind first — your body is the byproduct.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#F5F4F1",
  "theme_color": "#08192D",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Session",
      "url": "/schedule.html",
      "description": "Book your next session"
    },
    {
      "name": "My Account",
      "url": "/dashboard.html",
      "description": "View credits and bookings"
    }
  ]
}
