{
  "name": "FightPlan Pro",
  "short_name": "FightPlan",
  "description": "AI-powered fight strategy, training camp structure, mindset tools, and daily accountability for combat athletes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0f0f0f",
  "background_color": "#0f0f0f",
  "lang": "en",
  "categories": ["sports", "health", "fitness"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Fight Plan Fit",
      "short_name": "FPP Fit",
      "description": "Open your Fit lifestyle dashboard",
      "url": "/?launch=fit",
      "icons": [
        { "src": "/icons/icon-mode-fit.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "FightPlan Pro Advanced",
      "short_name": "Pro Advanced",
      "description": "Full fight prep, analytics, and opponent intel",
      "url": "/?launch=pro_advanced",
      "icons": [
        { "src": "/icons/icon-mode-pro-advanced.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "FightPlan Pro Basic",
      "short_name": "Pro Basic",
      "description": "Clean training dashboard focused on daily progress",
      "url": "/?launch=pro_basic",
      "icons": [
        { "src": "/icons/icon-mode-pro-basic.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Team HQ",
      "short_name": "Team HQ",
      "description": "Open your gym and team dashboard",
      "url": "/team-hq",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/fightplanpro-preview.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "FightPlan Pro Dashboard"
    }
  ]
}
