{
  "name": "Boundless Workout Tracker",
  "short_name": "Workouts",
  "description": "Weekly workout schedule and tracker based on the Boundless fitness blueprint",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#111827",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Workout",
      "url": "/",
      "description": "Jump to today's workout"
    }
  ],
  "categories": ["fitness", "health"]
}
