Add maskable icon
This commit is contained in:
parent
15a2da41ba
commit
cd02929a8f
2 changed files with 8 additions and 2 deletions
BIN
public/images/icons/icon-maskable.png
Normal file
BIN
public/images/icons/icon-maskable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
|
@ -27,10 +27,16 @@ module.exports = {
|
|||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./images/icons/android-chrome-192x192.png",
|
||||
"src": "./images/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"src": "./images/icons/icon-maskable.png",
|
||||
"sizes": "1024x1024",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
],
|
||||
shortcuts: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue