{
  "name": "Obsidian Athletic — Forge the Strongest You",
  "short_name": "Obsidian",
  "description": "Track every meal, schedule every workout, and follow an AI-built plan. The performance OS for athletes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0A",
  "theme_color": "#0055FF",
  "categories": ["fitness", "health", "lifestyle"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Log a meal",
      "short_name": "Log meal",
      "description": "Open the calorie tracker",
      "url": "/food",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Plan a workout",
      "short_name": "Workouts",
      "description": "Open the workout planner",
      "url": "/workouts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI Plan",
      "short_name": "AI Plan",
      "description": "Generate your personalized plan",
      "url": "/plan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
