Skip to content

Commit

Permalink
Update manifest to have Solana info (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored and mvines committed Jun 12, 2020
1 parent fa3a029 commit fa84db6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file removed explorer/public/logo192.png
Binary file not shown.
Binary file removed explorer/public/logo512.png
Binary file not shown.
10 changes: 5 additions & 5 deletions explorer/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Solana Explorer",
"name": "Explorer for Solana clusters",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"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 added explorer/public/rainbow192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added explorer/public/rainbow512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa84db6

Please sign in to comment.