{
  "name": "CYRapidLaw.AI - The GenAI Platform for Legal",
  "short_name": "CYRapidLaw",
  "description": "AI-powered legal document platform for contract generation, legal research, and compliance",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "dir": "ltr",
  "lang": "en",
  "icons": [],
  "screenshots": [],
  "categories": ["business", "productivity", "legal"],
  "shortcuts": [
    {
      "name": "New Package",
      "short_name": "New",
      "description": "Create a new legal document package",
      "url": "/cylaw-dashboard/new-assessment"
    },
    {
      "name": "Legal Research",
      "short_name": "Research",
      "description": "Access legal research tools",
      "url": "/cylaw-dashboard/legal-research"
    },
    {
      "name": "AI Assistant",
      "short_name": "AI Chat",
      "description": "Chat with AI assistant",
      "url": "/cylaw-dashboard/chat"
    }
  ],
  "share_target": {
    "action": "/cylaw-dashboard/data-upload",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "documents",
          "accept": [".pdf", ".doc", ".docx", ".txt"]
        }
      ]
    }
  }
}
