{
  "name": "RustyBlade · BootCamp",
  "short_name": "BootCamp",
  "description": "Track your workouts, log PRs, and crush your fitness goals with RustyBlade · BootCamp.",
  "start_url": "/app.html",
  "scope": "/",
  "id": "/app.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "lang": "en",
  "categories": ["health", "fitness", "lifestyle"],
  "icons": [
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Track a workout",
      "short_name": "Track",
      "description": "Jump straight into logging today's session",
      "url": "/track",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Logbook",
      "short_name": "Logbook",
      "description": "Check your history, PRs, and progress",
      "url": "/logbook",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}