{
  "name": "Hermes Trading Office",
  "short_name": "Hermes Office",
  "description": "24/7 Campaign Intelligence - Trading surveillance, journal, analytics, and risk management",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0a0e14",
  "theme_color": "#0a0e14",
  "orientation": "portrait-primary",
  "scope": "./",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity", "business"],
  "shortcuts": [
    {
      "name": "P&L Dashboard",
      "short_name": "P&L",
      "description": "View daily P&L overview",
      "url": "./index.html#pnl",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Risk Guardian",
      "short_name": "Risk",
      "description": "Check risk limits and escalation",
      "url": "./index.html#risk",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ],
  "prefer_related_applications": false
}
