{
  "name": "Fitness Pro",
  "short_name": "FitnessPro",
  "description": "Exclusive Private Fitness Platform with Real-Time Training, Macro Logging and Live Push Notifications",
  "start_url": "/client",
  "scope": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#030712",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon_io/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon_io/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Workouts",
      "url": "/client/workouts",
      "description": "Jump into training and start workout tracker"
    },
    {
      "name": "Log Food",
      "url": "/client/log-food",
      "description": "Barcode scanner and nutritional logger"
    },
    {
      "name": "Recipes",
      "url": "/client/recipes",
      "description": "Explore high-protein fitness recipes"
    }
  ]
}