{
  "name": "Well Run Gym",
  "short_name": "Well Run Gym",
  "description": "Your gym, in your pocket.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#0C0A09",
  "theme_color": "#0C0A09",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness"],
  "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 Class",
      "url": "/schedule",
      "description": "Browse and book upcoming classes"
    },
    {
      "name": "My Training",
      "url": "/training",
      "description": "View your training program"
    }
  ]
}
