Skip to content

Commit

Permalink
fix manifest (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Apr 3, 2023
1 parent 7955651 commit 9863c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/src/icons/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"src": "android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
Expand Down

0 comments on commit 9863c26

Please sign in to comment.