{
  "name": "SGMI LendMate | Smart Loan & Finance Management Platform",
  "short_name": "SGMI LendMate",
  "description": "Manage borrowers, loans, EMI collections and payments with SGMI LendMate. Smart finance management software for lenders and finance businesses.",
  "start_url": "/dashboard",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "categories": ["finance", "business", "productivity"],
  "lang": "en-IN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SGMI LendMate - Smart Loan & Finance Management Platform"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SGMI LendMate Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your lending dashboard with today's collections",
      "icons": [{ "src": "/logo.png", "sizes": "512x512" }]
    },
    {
      "name": "Add Borrower",
      "short_name": "Add",
      "url": "/dashboard/borrowers/new",
      "description": "Add a new borrower and create a loan"
    },
    {
      "name": "Daily Collections",
      "short_name": "Collect",
      "url": "/dashboard/payments",
      "description": "View and record daily EMI payments"
    }
  ]
}
