{
  "name": "Athlete Forge — Strength & Performance",
  "short_name": "Athlete Forge",
  "description": "All-in-one training, nutrition, and performance app for athletes who want to gain weight, build muscle, and forge elite strength.",
  "id": "/",
  "start_url": "/today",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#14151a",
  "theme_color": "#14151a",
  "categories": ["health", "fitness", "sports", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "url": "/today",
      "description": "Your daily dashboard, streaks, and quick actions"
    },
    {
      "name": "Log a workout",
      "short_name": "Train",
      "url": "/train",
      "description": "Start or log a training session"
    },
    {
      "name": "Log nutrition",
      "short_name": "Nutrition",
      "url": "/nutrition",
      "description": "Track calories, protein, and meals"
    }
  ]
}
