{
  "name": "WorkoutTracker",
  "short_name": "Workout",
  "description": "Track your workouts, sets, reps and weight",
  "start_url": "/workout-tracker.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "icon-workout.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }
  ]
}
