Skip to content

Commit

Permalink
Provide an svg icon
Browse files Browse the repository at this point in the history
Chrome seems to prefer this
  • Loading branch information
ccouzens committed Apr 23, 2024
1 parent 23619c8 commit a97b75e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions build-and-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -ex
cp \
public/icon-monochrome.svg \
public/icon.svg \
public/icon-512.png \
public/manifest.json \
public/sw.js \
build/
Expand Down Expand Up @@ -46,6 +47,7 @@ gsutil \
build/*.css \
build/*.json \
build/*.svg \
build/*.png \
gs://maze-playground/

gsutil \
Expand Down
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.
8 changes: 3 additions & 5 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
"sizes": "any"
},
{
"purpose": "any",
"src": "./icon.svg",
"type": "image/svg",
"sizes": "150x150"
"src": "./icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"purpose": "any",
"src": "./icon.svg",
"type": "image/svg",
"sizes": "any"
Expand Down

0 comments on commit a97b75e

Please sign in to comment.