{
  "name": "Fitness Tracker",
  "short_name": "FitTracker",
  "description": "Track your fitness journey with exercises, nutrition, and workout programs",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Exercise",
      "short_name": "Exercise",
      "description": "Quick log an exercise",
      "url": "/dashboard/exercise",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Log Food",
      "short_name": "Food",
      "description": "Quick log food intake",
      "url": "/dashboard/food",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Start Workout",
      "short_name": "Workout",
      "description": "Start a workout routine",
      "url": "/dashboard/workouts",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
