{
  "name": "Rex Heritage Trust Bank",
  "short_name": "Rex Heritage",
  "id": "rex-heritage-dashbaord",
  "start_url": "/dashboard",
  "scope": "/dashboard",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0ea5e9",
  "theme_color": "#0ea5e9",
  "description": "Manage your Rex Heritage account and finances.",
  "orientation": "any",
  "dir": "ltr",
  "lang": "en",
  "categories": ["finance", "business"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    { "src": "icons/android-launchericon-48-48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" },
    { "src": "icons/android-launchericon-72-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "icons/android-launchericon-96-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "icons/android-launchericon-144-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "icons/android-launchericon-192-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/android-launchericon-512-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/android-launchericon-512-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard Overview"
    },
    {
      "src": "screenshots/mobile-1.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Transfer",
      "short_name": "Transfer",
      "description": "Start a new transfer",
      "url": "/dashboard/transfer",
      "icons": [
        {
          "src": "icons/transfer-96-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Cards",
      "short_name": "Cards", 
      "description": "View your cards",
      "url": "/dashboard/cards",
      "icons": [
        {
          "src": "icons/cards-96-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+rexheritage",
      "url": "/dashboard?action=%s"
    }
  ]
}   