{
  "id": "/",
  "short_name": "SACCO",
  "name": "Questors SACCO Portal",
  "description": "Premium group financial portal and dashboard.",
  "scope": "/",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "start_url": "./dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#10b981",
  "background_color": "#0f172a",
  "categories": [
    "finance",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Apply for Loan",
      "url": "./loans/apply",
      "description": "Submit a new loan application"
    },
    {
      "name": "Account Statement",
      "url": "./transactions/statement",
      "description": "View transaction ledger"
    },
    {
      "name": "Export Center",
      "url": "./member/report",
      "description": "Download financial reports"
    }
  ]
}