Skip to content

Commit 8e37605

Browse files
jmerleThibaut
authored andcommitted
Add a 512x512 icon to the web app manifest
1 parent 9cd2808 commit 8e37605

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

public/images/webapp-icon-512.png

241 KB
Loading

public/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"src": "/images/webapp-icon-256.png",
3030
"sizes": "256x256",
3131
"type": "image/png"
32+
},
33+
{
34+
"src": "/images/webapp-icon-512.png",
35+
"sizes": "512x512",
36+
"type": "image/png"
3237
}
3338
]
3439
}

0 commit comments

Comments
 (0)