{
  "name": "Dr. Rhesus - Dream Lab",
  "short_name": "Dream Lab",
  "description": "AI-powered bioagentic research platform for scientists, PhD scholars, and researchers",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "categories": ["productivity", "education", "medical"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "/dr-rhesus-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Analysis",
      "short_name": "Analysis",
      "description": "Start a new bioinformatics analysis",
      "url": "/#workspace?action=new"
    },
    {
      "name": "AI Assistant",
      "short_name": "AI Chat",
      "description": "Chat with Dr. Rhesus AI research assistant",
      "url": "/#chatbot"
    },
    {
      "name": "Gene Cart",
      "short_name": "Genes",
      "description": "View collected genes and proteins",
      "url": "/#workspace?view=genes"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
