{
  "name": "Loan Management System",
  "short_name": "LoanManager",
  "description": "Offline-first loan management system for financing companies — client masterfile, loan applications, payments, and reports.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F3F4F7",
  "theme_color": "#1C2333",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
