/ public / manifest.json
manifest.json
 1  {
 2    "short_name": "Aave",
 3    "name": "Aave",
 4    "description": "Non-custodial liquidity protocol",
 5    "iconPath": "aave.svg",
 6    "icons": [
 7      {
 8        "src": "favicon32.png",
 9        "sizes": "32x32",
10        "type": "image/png"
11      }
12    ],
13    "start_url": "./index.html",
14    "display": "standalone",
15    "theme_color": "#1B2030",
16    "background_color": "#ffffff"
17  }