{
  "name": "Libby Live",
  "short_name": "Libby",
  "description": "Mobile-first life librarian dashboard with onboarding, chat, memory, tasks, calendar, evidence, and letter drafting.",
  "start_url": "app.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#08101f",
  "theme_color": "#08101f",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%2308101f' width='192' height='192' rx='42'/><circle cx='96' cy='96' r='66' fill='%2375a7ff' opacity='.32'/><text x='50%' y='55%' font-size='104' font-weight='bold' fill='%23eef2ff' text-anchor='middle' dominant-baseline='central'>L</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%2308101f' width='512' height='512' rx='112'/><circle cx='256' cy='256' r='176' fill='%2375a7ff' opacity='.32'/><text x='50%' y='55%' font-size='278' font-weight='bold' fill='%23eef2ff' text-anchor='middle' dominant-baseline='central'>L</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "medical"],
  "shortcuts": [
    {
      "name": "Open Libby",
      "short_name": "Home",
      "description": "Open the Libby Live app shell",
      "url": "app.html",
      "icons": []
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the working Libby librarian dashboard",
      "url": "app.html",
      "icons": []
    },
    {
      "name": "Guest Demo",
      "short_name": "Demo",
      "description": "Open the redacted guest demo",
      "url": "index.html",
      "icons": []
    }
  ]
}
