{
  "name": "LoanDesk",
  "short_name": "LoanDesk",
  "description": "Professional loan tracking and management",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a1628",
  "theme_color": "#0a1628",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["finance", "business"],
  "shortcuts": [
    { "name": "Review Loans", "url": "./index.html#review", "description": "Review pending loan applications" },
    { "name": "Record Payment", "url": "./index.html#payments", "description": "Record an incoming payment" }
  ]
}
