mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Add a maskable icon to manifest!
This commit is contained in:
parent
dff7ce22d2
commit
cac174e89c
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
||||||
{
|
{
|
||||||
"src": "/public/splash_screens/icon.png",
|
"src": "/public/splash_screens/icon.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/public/splash_screens/4__iPhone_SE__iPod_touch_5th_generation_and_later_landscape.png",
|
"src": "/public/splash_screens/4__iPhone_SE__iPod_touch_5th_generation_and_later_landscape.png",
|
||||||
|
|
Loading…
Reference in a new issue