{
  "name": "Vidyut Tech Collection Platform",
  "short_name": "Collection Platform",
  "description": "A comprehensive loan collection management platform for Vidyut Tech",
  "start_url": "/web",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "scope": "/web",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/web/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web/icon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web/icon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/web/icon.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Collection Platform Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access the main dashboard",
      "url": "/web/dashboard",
      "icons": [
        {
          "src": "/web/icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Communication",
      "short_name": "Communication",
      "description": "Manage communications and campaigns",
      "url": "/web/dashboard/communication",
      "icons": [
        {
          "src": "/web/icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Legal",
      "short_name": "Legal",
      "description": "Access legal notices and templates",
      "url": "/web/dashboard/legal",
      "icons": [
        {
          "src": "/web/icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
