{
  "name": "FitBot Companion - AI Fitness & Diet Trainer",
  "short_name": "FitBot",
  "description": "Your AI-powered personal fitness trainer, workout routine builder, and custom meal planner.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "shortcuts": [
    {
      "name": "Log Meal",
      "short_name": "Meal Log",
      "description": "Quick log daily macros and meals",
      "url": "/?tab=meals"
    },
    {
      "name": "Start Workout",
      "short_name": "Workout",
      "description": "View today's exercise split",
      "url": "/?tab=workout"
    }
  ]
}
