{
  "name": "LoanTrack Viewer",
  "short_name": "LoanTrack",
  "description": "View-only loan dashboard with amortization schedules, payment history, and portfolio snapshots.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#efe7db",
  "theme_color": "#efe7db",
  "orientation": "any",
  "icons": [
    {
      "src": "Progressive-Web-App/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "Progressive-Web-App/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
