{
  "name": "RAGHUU CO Legal Practice Management System",
  "short_name": "RAGHUU CO",
  "description": "Comprehensive legal practice management system for modern law firms",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "legal"],
  "icons": [
    {
      "src": "/dharma-chakra-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/dharma-chakra-favicon.svg",
      "sizes": "32x32",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View system dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Cases",
      "short_name": "Cases",
      "description": "Manage legal cases",
      "url": "/cases"
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "description": "Manage clients",
      "url": "/clients"
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View calendar and appointments",
      "url": "/calendar"
    },
    {
      "name": "Documents",
      "short_name": "Documents",
      "description": "Manage documents",
      "url": "/documents"
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+raghuuco",
      "url": "/?case=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/documents/upload",
      "accept": {
        "application/pdf": [".pdf"],
        "application/msword": [".doc"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "text/plain": [".txt"]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["application/pdf", "image/*", "text/plain"]
        }
      ]
    }
  }
}