mango-v4-ui/public/manifest.json

21 lines
542 B
JSON
Raw Normal View History

2022-12-19 19:53:00 -08:00
{
"short_name": "Mango",
"name": "Mango Markets",
2023-11-07 14:17:50 -08:00
"description": "A magical new way to interact with DeFi. Groundbreaking safety features designed to keep your funds secure. The easiest way to margin trade any token pair. All powered by flashloans.",
2022-12-19 19:53:00 -08:00
"icons": [
{
"src": "192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
2023-11-07 14:17:50 -08:00
"theme_color": "#1C1924",
"background_color": "#1C1924"
2022-12-19 19:53:00 -08:00
}