Update manifest to have Solana info (#13)

This commit is contained in:
Justin Starry 2020-03-19 23:17:39 +08:00 committed by Michael Vines
parent 8090ee31ab
commit 76733e14d8
5 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Solana Explorer",
"name": "Explorer for Solana clusters",
"icons": [
{
"src": "favicon.ico",
@ -8,18 +8,18 @@
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "rainbow192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"src": "rainbow512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"theme_color": "#75FBB4",
"background_color": "#ffffff"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB