{
  "id": "index.html",
  "name": "FitQuest Pro - Gamified Fitness, Workout & Nutrition Tracker",
  "short_name": "FitQuest",
  "description": "Turn workouts, meals, and water into XP. Track exercises, nutrition, and hydration, earn badges and streaks, join squads, and level up your health with FitQuest Pro.",
  "categories": ["health", "fitness", "lifestyle", "sports"],
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f0f23",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "shortcuts": [
    { "name": "Log a Workout", "url": "index.html#workout", "icons": [{ "src": "assets/icon-96.png", "sizes": "96x96" }] },
    { "name": "Log Water", "url": "index.html#home", "icons": [{ "src": "assets/icon-96.png", "sizes": "96x96" }] },
    { "name": "Rewards Hub", "url": "index.html#gamify", "icons": [{ "src": "assets/icon-96.png", "sizes": "96x96" }] }
  ],
  "icons": [
    {
      "src": "assets/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "assets/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "assets/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "assets/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "assets/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}