{
  "name": "GAINZ",
  "short_name": "GAINZ",
  "description": "Personal gym progression tracker — log sets, hit PRs, get stronger.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1C2533",
  "background_color": "#0F1620",
  "lang": "en",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["fitness", "health", "sports"],
  "shortcuts": [
    {
      "name": "Start session",
      "short_name": "Workout",
      "description": "Jump straight to a new workout session",
      "url": "./index.html?tab=workout",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
