add meta images

This commit is contained in:
saml33 2023-03-02 23:25:00 +11:00
parent be756b842d
commit 9a4113f934
7 changed files with 22 additions and 1 deletions

BIN
public/192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
public/512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

21
public/manifest.json Normal file
View File

@ -0,0 +1,21 @@
{
"short_name": "Mango",
"name": "Mango Markets",
"description": "Mango Markets - Decentralised, cross-margin trading up to 10x leverage with lightning speed and near-zero fees",
"icons": [
{
"src": "192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

BIN
public/twitter-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long