{
  "name": "Steel City 2026",
  "short_name": "Steel City",
  "description": "Track your alleycat event progress, checkpoints, and compete with other participants",
  "start_url": "/participant/app",
  "display": "standalone",
  "background_color": "#f5f0e8",
  "theme_color": "#1e40af",
  "orientation": "portrait",
  "scope": "/",
  "id": "/participant",
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["sports", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Checkpoints",
      "short_name": "Checkpoints",
      "description": "View your checkpoints",
      "url": "/participant-checkpoints",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Progress",
      "short_name": "Progress",
      "description": "Check your progress",
      "url": "/participant-progress",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
