{
  "name": "Football Fitness Club",
  "short_name": "FFC",
  "description": "Book football fitness sessions, manage your bookings, and check in on session day.",
  "start_url": "./football_fitness_app.html",
  "scope": "./",
  "id": "./football_fitness_app.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F2417",
  "theme_color": "#173D28",
  "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-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
