cra-template-web3
Version:
[](https://opensource.org/licenses/MIT)
21 lines (20 loc) • 452 B
JSON
{
"short_name": "Dapp template",
"name": "Dapp template",
"icons": [
{
"src": "favicon.ico",
"sizes": "32x32 16x16",
"type": "image/x-icon"
},
{
"src": "favicon150.png",
"type": "image/png",
"sizes": "150x150"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}