{
  "name": "MLCoin Wallet",
  "short_name": "ML Wallet",
  "description": "Test CBDC: MLC Wallet",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "serviceworker": {
    "src": "/wallet-sw.js",
    "scope": "/",
    "use_cache": false
  },
  "start_url": "/",
  "display": "standalone"

}