{
  "short_name": "Guerrilla Fit",
  "name": "Guerrilla Fit",
  "description": "Tactical fitness training app with workout tracking, program generation, and squad features",
  "categories": ["health", "fitness"],
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0c0a09",
  "background_color": "#0c0a09",
  "icons": [
    {
      "src": "logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "operator-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Workout",
      "url": "/?screen=workout",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Calendar",
      "short_name": "Calendar",
      "url": "/?screen=calendar",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Check Stats",
      "short_name": "Stats",
      "url": "/?screen=stats",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}
