{
  "name": "Mettle — Swim Team Operations",
  "short_name": "Mettle",
  "description": "The mobile swim team operations platform. Coach hours saved, athlete habits built, parents kept in the loop — all in one place.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#030108",
  "theme_color": "#030108",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["sports", "education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/mettle-brand/v5/mettle-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mettle-brand/v5/mettle-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mettle-brand/v5/icon-192-dark.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/mettle-brand/v5/icon-512-dark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/mettle-brand/v5/mettle-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily check-in",
      "short_name": "Check-in",
      "description": "Log mood, energy, sleep, soreness in 10 seconds.",
      "url": "/athlete?tab=home&action=checkin",
      "icons": [
        { "src": "/mettle-brand/v5/mettle-icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Coach broadcast",
      "short_name": "Broadcast",
      "description": "Send an announcement to the whole team.",
      "url": "/coach/broadcast",
      "icons": [
        { "src": "/mettle-brand/v5/mettle-icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Squad readiness",
      "short_name": "Readiness",
      "description": "See who's recovered, who's overtrained.",
      "url": "/coach/squad-readiness",
      "icons": [
        { "src": "/mettle-brand/v5/mettle-icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
