Skip to content

Commit

Permalink
fix: set 512px app icon in manifest.json (#1043)
Browse files Browse the repository at this point in the history
* Adds 512x512 app  icon
* Update manifest.json
  • Loading branch information
hazæ41 authored and olizilla committed May 30, 2019
1 parent 5678fa1 commit 070d6f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added public/ipfs-logo-512-ice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"short_name": "IPFS WebUI",
"name": "IPFS Web UI",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
{
"src": "ipfs-logo-512-ice.png",,
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "./index.html",
Expand Down

0 comments on commit 070d6f6

Please sign in to comment.