{
  "name": "Apex Strength & Conditioning",
  "short_name": "Apex",
  "description": "The all-in-one platform for strength athletes tracking workouts, peptide protocols, HRT, adaptogens, and cleanse programs.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#e85d26",
  "background_color": "#0a0a0a",
  "categories": ["health", "fitness"],
  "lang": "en",
  "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"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Workout",
      "short_name": "Log",
      "description": "Open the workout logger",
      "url": "/app#workout",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Protocols",
      "short_name": "Protocols",
      "description": "View your optimization protocols",
      "url": "/app#protocols",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
