{
  "name": "KiteKin",
  "short_name": "KiteKin",
  "description": "The kitesurf community. Track sessions, find spots, read the wind.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f6f1e7",
  "theme_color": "#0a1b2a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "weather", "lifestyle"],
  "shortcuts": [
    {
      "name": "My Sessions",
      "url": "/sessions",
      "description": "View and log your sessions"
    },
    {
      "name": "Find Spots",
      "url": "/spots",
      "description": "Browse kitesurf spots"
    }
  ]
}
