{
  "name": "SBI Collected",
  "short_name": "SBI Collected",
  "description": "SBI Collected - Bank reconciliation and ledger portal.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#005A9C",
  "orientation": "any",
  "icons": [
    {
      "src": "img/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "url": "./index.php",
      "description": "Open portal dashboard"
    }
  ]
}