{
  "name": "Driven2bFit — workout tracker",
  "short_name": "Driven2bFit",
  "description": "Build workouts, track every set, run rest timers, and reach your goals. Your training, driven.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F6F8FB",
  "theme_color": "#F6F8FB",
  "categories": ["health", "fitness", "sports", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/i/d2bf-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/i/d2bf-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/i/d2bf-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/i/d2bf-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Start a workout",
      "short_name": "Workout",
      "description": "Jump straight into a training session",
      "url": "/#dashboard"
    },
    {
      "name": "Exercise library",
      "short_name": "Library",
      "description": "Browse exercises by body part",
      "url": "/#library"
    }
  ]
}
