{
  "name": "Soccer Fitness Tracker",
  "short_name": "Fitness",
  "description": "Jan Machala — 12-Week Soccer Conditioning Plan",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#0f1117",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "fitness", "sports"],
  "shortcuts": [
    {
      "name": "Today's Workout",
      "url": "/",
      "description": "View today's session"
    },
    {
      "name": "12-Week Plan",
      "url": "/plan",
      "description": "See the full plan grid"
    }
  ]
}
