{
  "name": "ForgeFit - Where Fire Meets Strength",
  "short_name": "ForgeFit",
  "description": "Transform pain into power. Build unbreakable discipline through daily consistency, tier-based progression, and community-driven challenges.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#FF2D00",
  "background_color": "#1A1A1A",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["fitness", "health", "lifestyle", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "ForgeFit Dashboard - Desktop View"
    },
    {
      "src": "/screenshots/mobile-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "ForgeFit Dashboard - Mobile View"
    },
    {
      "src": "/screenshots/mobile-workout.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "Daily Workout Interface"
    },
    {
      "src": "/screenshots/mobile-challenges.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "Forge Challenges"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/monochrome-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Daily Workout",
      "short_name": "Train",
      "description": "Begin today's training session",
      "url": "/?section=workouts",
      "icons": [
        {
          "src": "/icons/shortcut-workout.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Challenges",
      "short_name": "Challenges",
      "description": "Check active forge challenges",
      "url": "/?section=forge-challenges",
      "icons": [
        {
          "src": "/icons/shortcut-challenges.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Connect with other forgers",
      "url": "/?section=community",
      "icons": [
        {
          "src": "/icons/shortcut-community.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranks",
      "description": "View hall of flames",
      "url": "/?section=leaderboard",
      "icons": [
        {
          "src": "/icons/shortcut-leaderboard.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://forgefit.com/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate"
}