{
  "name": "UpTop — Fitness Tracker",
  "short_name": "UpTop",
  "description": "Log workouts, plan training, track macros and progress. Built for serious lifters.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F0F0F",
  "theme_color": "#0F0F0F",
  "categories": ["fitness", "health", "lifestyle"],
  "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-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Log Workout",
      "short_name": "Log",
      "description": "Start a new workout",
      "url": "/?shortcut=log",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Today's Plan",
      "short_name": "Plan",
      "description": "Open today's scheduled session",
      "url": "/?shortcut=today",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
