{
  "name": "IndiaCRM - Best CRM Software for Indian Businesses",
  "short_name": "IndiaCRM",
  "description": "India's #1 CRM software with lead management, GST invoicing, WhatsApp integration, HR payroll & inventory. Free CRM tool for small businesses.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "categories": ["business", "productivity", "finance"],
  "lang": "en-IN",
  "dir": "ltr",
  "id": "indiacrm-app",
  "prefer_related_applications": false,
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Lead",
      "short_name": "Lead",
      "description": "Add a new lead",
      "url": "/leads?action=new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create an invoice",
      "url": "/invoices?action=new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Go to dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pipeline",
      "short_name": "Deals",
      "description": "View sales pipeline",
      "url": "/deals",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "share_target": {
    "action": "/leads/new",
    "method": "GET",
    "params": {
      "title": "name",
      "text": "message",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/leads/new?email=%s"
    }
  ]
}
