uniswap-interface-uncensored/public/manifest.json
2020-05-20 18:39:16 -05:00

23 lines
470 B
JSON

{
"short_name": "Uniswap",
"name": "Uniswap",
"icons": [
{
"src": "./images/192x192_App_Icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./images/512x512_App_Icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"orientation": "portrait",
"display": "standalone",
"theme_color": "#ff007a",
"background_color": "#fff"
}