{
  "name": "FitTribe — Find Your Tribe. Level Up Together.",
  "short_name": "FitTribe",
  "description": "The world's most complete human performance platform. Gamified fitness, AI coaching, tribes, and global competition.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#050508",
  "theme_color": "#FF6B35",
  "orientation": "portrait-primary",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    {
      "src": "/api/icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/api/icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Go to your dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Challenges",
      "short_name": "Challenges",
      "description": "View active challenges",
      "url": "/challenges"
    }
  ]
}
