{
  "name": "The Program",
  "short_name": "Program",
  "description": "Marathon coaching built on the Black Lungs philosophy",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0C1D38",
  "theme_color": "#0C1D38",
  "categories": ["health", "fitness", "sports"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a session",
      "short_name": "Log",
      "description": "Log today's training session",
      "url": "/log"
    },
    {
      "name": "This week",
      "short_name": "Week",
      "description": "View this week's plan",
      "url": "/"
    }
  ]
}
