{
  "name": "Kettlebell",
  "short_name": "Kettlebell",
  "id": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "description": "Log workouts, follow routines, and track every set with one hand.",
  "categories": ["fitness", "health", "productivity"],
  "theme_color": "#dd3900",
  "background_color": "#ffffff",
  "shortcuts": [
    {
      "name": "Start from a routine",
      "short_name": "Routines",
      "description": "Start an active workout from a saved routine",
      "url": "/routines"
    },
    {
      "name": "Workout history",
      "short_name": "History",
      "description": "Review completed workouts",
      "url": "/workouts"
    }
  ]
}
