{
  "name": "My Tappy",
  "short_name": "My Tappy",
  "description": "Secure payments and transaction alerts",
  "start_url": "/Wallet/Wallet",
  "scope": "/Wallet/",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/images/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/images/favicon.ico",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
