{
  "name": "BrawnBar - Fitness & Nutrition",
  "short_name": "BrawnBar",
  "description": "Your personal health & fitness tracking platform. Track meals, workouts, habits, and more. Free, no ads.",
  "id": "/",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#030712",
  "theme_color": "#030712",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "fitness", "lifestyle", "nutrition"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your health dashboard and daily summary",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Log Meal",
      "short_name": "Meal",
      "description": "Log a meal or scan food",
      "url": "/food",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Start Workout",
      "short_name": "Workout",
      "description": "Begin a workout session",
      "url": "/workouts",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
