{
  "name": "Riding Challenge",
  "short_name": "Challenge",
  "description": "Track your riding miles and see where you stand.",
  "start_url": "/challenge",
  "scope": "/challenge",
  "display": "standalone",
  "background_color": "#f0d6bd",
  "theme_color": "#c17f3a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/challenge-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/challenge-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}