{
  "name": "EBA — Edson Breedy Athletics",
  "short_name": "EBA",
  "description": "Train. Compete. Dominate. — Edson Breedy Athletics member app.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0A",
  "theme_color": "#FF5B34",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "EBA Home — track your progress and challenges"
    },
    {
      "src": "/screenshots/mobile-challenges.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "EBA Challenges — compete with your team"
    },
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "EBA on Desktop"
    }
  ],
  "categories": ["health", "fitness", "sports"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Challenges",
      "short_name": "Challenges",
      "description": "Jump to the leaderboard",
      "url": "/challenges",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Scan your class QR code",
      "url": "/checkin",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
