{
  "name": "Bridge AI OS",
  "short_name": "Bridge AI",
  "description": "Enterprise-Grade AI Orchestration Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f23",
  "theme_color": "#0066FF",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "short_name": "Dashboard", "description": "View dashboard overview", "url": "/#dashboard" },
    { "name": "Agents", "short_name": "Agents", "description": "Manage your agents", "url": "/#agents" },
    { "name": "Wallet", "short_name": "Wallet", "description": "View wallet balance", "url": "/#wallet" }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": { "client_mode": "navigate-existing" },
  "edge_side_panel": { "preferred_width": 400 },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "file", "accept": ["text/*", "application/json", ".txt", ".json"] }]
    }
  },
  "protocol_handlers": [{ "protocol": "web+bridge", "url": "/handle?data=%s" }],
  "file_handlers": [
    { "action": "/import", "accept": { "text/plain": [".txt"], "application/json": [".json"], "text/markdown": [".md"] } }
  ]
}
