uniswap-interface-uncensored/public/manifest.json

25 lines
504 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",
2017-10-28 10:55:27 +03:00
"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"
2017-10-28 10:55:27 +03:00
}
],
"start_url": "/",
"scope": "/",
"orientation": "portrait",
2017-10-28 10:55:27 +03:00
"display": "standalone",
"theme_color": "#ff007a",
"background_color": "#fff"
2017-10-28 10:55:27 +03:00
}