{
  "name": "CompanyLens",
  "short_name": "CompanyLens",
  "description": "Enterprise project management, CX analytics, and risk management platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Mission Control",
      "url": "/plans",
      "description": "View projects and action plans"
    },
    {
      "name": "Cases",
      "url": "/cases",
      "description": "Case management dashboard"
    },
    {
      "name": "CX Management",
      "url": "/cx-management",
      "description": "Customer experience analytics"
    }
  ]
}