{
  "name": "Racerli - Running Race Discovery",
  "short_name": "Racerli",
  "description": "Discover and plan your next running race. Find fell, trail, road, marathon, and ultra events across the UK. Built by runners, for runners.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/desktop-screenshot.png",
      "sizes": "1920x1280",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop View"
    },
    {
      "src": "/img/mobile-screenshot.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile View"
    }
  ],
  "categories": [
    "sports",
    "health",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Browse Races",
      "short_name": "Races",
      "description": "Browse all upcoming races",
      "url": "/",
      "icons": [
        {
          "src": "/img/logo-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Races",
      "short_name": "My Races",
      "description": "View your watchlist and entered races",
      "url": "/my-races",
      "icons": [
        {
          "src": "/img/logo-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}