{
  "name": "Threshold",
  "short_name": "Threshold",
  "description": "Performance intelligence for athletes who go long.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#EAE4DA",
  "theme_color": "#EAE4DA",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness", "sports"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Intervention",
      "short_name": "Log",
      "description": "Quickly log a new intervention",
      "url": "/log-intervention",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your training insights",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
