{
  "name": "LEO Executive Command Center",
  "short_name": "LEO",
  "description": "AI Executive Operating System for Plaintiff Employment Law Firms",
  "id": "./",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#0B1220",
  "background_color": "#0B1220",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "What needs my attention right now",
      "url": "today"
    },
    {
      "name": "Boardroom Mode",
      "short_name": "Boardroom",
      "description": "Clean executive summary for partner meetings",
      "url": "boardroom"
    },
    {
      "name": "Decision Center",
      "short_name": "Decisions",
      "description": "Review decisions requiring approval",
      "url": "decision-center"
    }
  ]
}
