{
  "name": "SendLab — Climbing & Training Tracker",
  "short_name": "SendLab",
  "description": "Log climbs, strength work, and finger training. Predictions, benchmarks, and gap analysis from your own data.",
  "start_url": "/activity",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#7c3aed",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Log climbs",
      "url": "/activity?log=climb",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log workout",
      "url": "/activity?log=training",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
