{
  "name": "Strength Bar Athlete - Hyrox Simulation",
  "short_name": "SBA Hyrox",
  "description": "Track your Saturday Hyrox simulation events",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F0F0F",
  "theme_color": "#FF5722",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/images/sbalog-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/sbalog-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/sbalog-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/images/sbalog-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/images/sbalog.jpg",
      "sizes": "1080x1080",
      "type": "image/jpeg"
    }
  ],
  "categories": ["sports", "fitness", "health"],
  "shortcuts": [
    {
      "name": "Register",
      "url": "/registrations/register/",
      "description": "Register for next event"
    },
    {
      "name": "My Results",
      "url": "/results/",
      "description": "View your results"
    }
  ]
}
