{
  "name": "WorkoutInGym - Your Personal Fitness Companion",
  "short_name": "WorkoutInGym",
  "description": "Plan workouts, track progress, and achieve your fitness goals with AI-powered training. Train offline, log sets, and never miss a rep.",
  "start_url": "/dashboard",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0B6448",
  "theme_color": "#0B6448",
  "categories": ["fitness", "health", "sports", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-wide.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Dashboard overview with workout stats and progress tracking"
    },
    {
      "src": "/screenshots/dashboard-narrow.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Mobile dashboard with quick-start workout and daily stats"
    },
    {
      "src": "/screenshots/train-narrow.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Active workout session with set logging and rest timer"
    },
    {
      "src": "/screenshots/exercises-narrow.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Exercise library with muscle group filtering"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Train",
      "description": "Start a new workout session",
      "url": "/dashboard/train",
      "icons": [{ "src": "/icons/shortcut-train.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "My Routines",
      "short_name": "Routines",
      "description": "Browse your workout routines",
      "url": "/dashboard/routines",
      "icons": [{ "src": "/icons/shortcut-routines.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Progress",
      "short_name": "Progress",
      "description": "View your workout progress and stats",
      "url": "/dashboard/progress",
      "icons": [{ "src": "/icons/shortcut-progress.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Exercises",
      "short_name": "Exercises",
      "description": "Browse the exercise library",
      "url": "/dashboard/exercises",
      "icons": [{ "src": "/icons/shortcut-exercises.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
