uniswap-interface-uncensored/public/manifest.json

16 lines
297 B
JSON
Raw Normal View History

2017-10-28 10:55:27 +03:00
{
2019-04-15 21:05:54 +03:00
"short_name": "Uniswap",
"name": "Uniswap Exchange",
2017-10-28 10:55:27 +03:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
2017-10-28 10:55:27 +03:00
}
],
2019-04-15 21:05:54 +03:00
"start_url": ".",
2017-10-28 10:55:27 +03:00
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}