{
  "name": "IronLog — Workout Tracker",
  "short_name": "IronLog",
  "description": "Personal workout tracker with muscle recovery, progressive overload, and Google Fit sync",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#111213",
  "theme_color": "#E24B4A",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness"],
  "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": "apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ]
}
