{
  "name": "SWEATX - Professional Coaching Platform for Elite Trainers",
  "short_name": "SWEATX",
  "description": "Build block-based workout programs, track athlete weights and PRs, monitor RPE and pain, and manage your entire roster. Free for up to 3 athletes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "fitness", "sports", "lifestyle"],
  "screenshots": [
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Coach Dashboard"
    },
    {
      "src": "/screenshots/mobile-workout.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Workout Player"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access your coaching dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/dashboard.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Create Workout",
      "short_name": "Create",
      "description": "Build a new workout",
      "url": "/dashboard/blocks/create",
      "icons": [
        {
          "src": "/icons/create.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/us/app/sweatx-athletes/id6746670614",
      "id": "com.sweatx.mobile"
    },
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.sweatx.mobile",
      "id": "com.sweatx.mobile"
    }
  ]
} 