Skip to content

Commit

Permalink
feat(public): add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Jan 22, 2019
1 parent 9a9de09 commit 261cd9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Binary file added public/icon-192.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 public/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"name": "Kleros · Court",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
Expand Down

0 comments on commit 261cd9e

Please sign in to comment.