Fix PWA on Chromium browsers
parent
d2ebb499d8
commit
0de816cbfb
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
|
@ -11,6 +11,11 @@
|
||||||
"src": "./logo.png",
|
"src": "./logo.png",
|
||||||
"sizes": "128x128",
|
"sizes": "128x128",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "./logo512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue