{
  "short_name": "Bella",
  "name": "Bella — insurance back-office AI",
  "description": "Your insurance back-office runs itself. You just talk to Bella.",
  "icons": [
    { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" },
    { "src": "icons/favicon-16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "icons/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "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-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "bella-avatar.png", "sizes": "216x216", "type": "image/png" }
  ],
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#2563eb",
  "background_color": "#0f172a",
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "Talk to Bella", "short_name": "Voice", "url": "/dashboard/voice", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Chat", "short_name": "Chat", "url": "/dashboard/chat", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Deals", "short_name": "Deals", "url": "/dashboard/deals", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
