{
  "name": "NyayShayak - Legal Consultation Platform",
  "short_name": "NyayShayak",
  "description": "Connect with verified lawyers for legal consultation and advice",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "legal", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Lawyer",
      "short_name": "Find Lawyer",
      "description": "Search for lawyers by specialization",
      "url": "/find-lawyer"
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View and manage your consultations",
      "url": "/my-bookings"
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Chat with your lawyers",
      "url": "/chats"
    },
    {
      "name": "Documents",
      "short_name": "Docs",
      "description": "Manage your legal documents",
      "url": "/documents"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen of NyayShayak app"
    },
    {
      "src": "/screenshots/lawyer-search-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Lawyer search and filtering"
    },
    {
      "src": "/screenshots/booking-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Booking consultation interface"
    },
    {
      "src": "/screenshots/chat-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Real-time chat with lawyers"
    }
  ],
  "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+nyayshayak",
      "url": "/?action=%s"
    }
  ]
}
