{
  "name": "Sative Gym Entry System",
  "short_name": "Gym Entry",
  "description": "QR Code Scanner for Gym Entry",
  "display": "fullscreen",
  "orientation": "landscape",
  "theme_color": "#000000",
  "background_color": "#000000",
  "start_url": "/gym-entry",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}