Skip to content

Commit

Permalink
Add more icon choices; browsers are picky if res is too low.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Feb 10, 2019
1 parent 30d4945 commit b707d23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions stuff/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"name": "Parts and Stuff",
"icons": [
{
"src": "/static/stuff-icon.png",
"src": "/static/stuff-512.png",
"type": "image/png",
"sizes": "32x32"
"sizes": "512x512"
},
{
"src": "/static/stuff-192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/search",
Expand Down
Binary file added stuff/static/stuff-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 stuff/static/stuff-512.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 b707d23

Please sign in to comment.