{
  "name": "RELENTLESS Fitness",
  "short_name": "RELENTLESS",
  "description": "Elite AI-Powered Fitness Tracking — Personalized coaching, 3D muscle visualization, and global leaderboards.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0B0F14",
  "theme_color": "#22C55E",
  "lang": "en-US",
  "categories": ["health", "fitness", "sports"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "RELENTLESS Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your fitness dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    },
    {
      "name": "AI Coach",
      "short_name": "AI Coach",
      "description": "Chat with your AI fitness coach",
      "url": "/dashboard/ai-coach",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "View plans and pricing",
      "url": "/pricing",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    }
  ],
  "related_applications": [],
  "protocol_handlers": [],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
