{
  "name": "Do You Even Lift, Bro?",
  "short_name": "DYEL",
  "description": "The no-BS workout tracker for people who actually lift.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#FF5C00",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["health", "fitness", "sports"],
  "shortcuts": [
    {
      "name": "Quick Start Workout",
      "short_name": "Start",
      "description": "Jump into a new workout",
      "url": "/workout/new-session",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Progress",
      "short_name": "Progress",
      "description": "See your analytics",
      "url": "/progress",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
