{
  "name": "TapAPI Wallet",
  "short_name": "TapAPI",
  "description": "Your money. Check it, send it, buy airtime and electricity.",
  "start_url": "/till.php?pwa=1",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F6F8F7",
  "theme_color": "#0A2540",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/till.php?pwa=1",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://tapapi.co.za/manifest.json"
    }
  ]
}