{
  "name": "FitQuest — Level Up Your Body",
  "short_name": "FitQuest",
  "description": "Gamified workout tracker. Custom plans, XP, streaks, friend leaderboard.",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090f",
  "theme_color": "#ff5500",
  "categories": ["fitness", "health", "sports"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='44' fill='%23ff5500'/><text y='140' x='24' font-size='130' font-family='system-ui'>⚡</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='110' fill='%23ff5500'/><text y='380' x='56' font-size='360' font-family='system-ui'>⚡</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Train",
      "description": "Jump straight into today's workout",
      "url": "/index.html#train",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>💪</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "View Quests",
      "short_name": "Quests",
      "description": "Check your active quests",
      "url": "/index.html#quests",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>⚔️</text></svg>", "sizes": "96x96" }]
    }
  ]
}
