{
  "name": "HelloFit - AI Workout Logger",
  "short_name": "HelloFit",
  "description": "Frictionless AI workout logging by voice, photo, or text. Track sets, PRs & volume. Private & serverless.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0b10",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness", "lifestyle", "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": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a workout",
      "short_name": "Log",
      "description": "Jump straight to logging a workout by voice, photo, or text",
      "url": "/?action=log",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Start a session",
      "short_name": "Session",
      "description": "Start a live workout session with rest timer",
      "url": "/?action=session",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View analytics",
      "short_name": "Analytics",
      "description": "See your volume, PRs, and muscle balance trends",
      "url": "/?tab=analytics",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
