{
  "name": "CrewSpeed - The Coxing App",
  "short_name": "CrewSpeed",
  "description": "Professional GPS tracking app for rowing teams and coxswains",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ff6b35",
  "orientation": "portrait-primary",
  "categories": ["sports", "fitness", "productivity"],
  "lang": "en-GB",
  "icons": [
    {
      "src": "/crewspeed-logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/crewspeed-logo.png", 
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ]
}