{
  "name": "AI PACER",
  "short_name": "AI PACER",
  "description": "Adaptive training companion for runners. Personalised plans that adjust to your effort, week after week.",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "categories": ["health", "fitness", "sports", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start a run",
      "short_name": "Run",
      "description": "Open run mode",
      "url": "/app/run?free=1"
    },
    {
      "name": "Today's workouts",
      "short_name": "Today",
      "description": "Open dashboard",
      "url": "/app"
    }
  ]
}
