{
  "id": "/",
  "name": "LabFoundersHQ",
  "short_name": "LabFoundersHQ",
  "description": "The Operating System for Laboratory Entrepreneurs — launch, operate, grow and scale your lab from one command center.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0B0B0D",
  "theme_color": "#006D6F",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["business", "productivity", "education"],
  "icons": [
    {
      "src": "/brand/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/pwa/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/brand/pwa/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/brand/pwa/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your LabFoundersHQ dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/brand/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Ask Lexi",
      "short_name": "Lexi",
      "description": "Chat with the LabFoundersHQ AI Copilot",
      "url": "/lexi",
      "icons": [{ "src": "/brand/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
