{
  "name": "1000lb Club Tracker",
  "short_name": "1000lb",
  "description": "Powerlifting tracker — e1RM, PR detection, Wilks/DOTS, and cloud sync",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#121212",
  "orientation": "portrait",
  "icons": [
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    { "name": "Log a Set", "short_name": "Log", "url": "/#log" },
    { "name": "History", "short_name": "History", "url": "/#history" },
    { "name": "Stats", "short_name": "Stats", "url": "/#stats" }
  ]
}
