{
  "name": "Gym Grind OS",
  "short_name": "Gym Grind",
  "description": "Your personal performance intelligence system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#02080d",
  "theme_color": "#02080d",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Log food", "short_name": "Add food", "url": "/?action=add" },
    { "name": "Log weight", "short_name": "Weight", "url": "/?module=body" }
  ]
}
