Update 'site/site.webmanifest'
This commit is contained in:
parent
bafc6f26fa
commit
fa7fc95ccb
1 changed files with 4 additions and 2 deletions
|
@ -5,12 +5,14 @@
|
|||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
|
|
Loading…
Reference in a new issue