Add 384x384 icon to site manifest

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-09-11 04:53:00 +05:30
parent 697ba2afde
commit 1cc9b313c7
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@
"src": "android-chrome-192x192.webp",
"sizes": "192x192",
"type": "image/webp"
},
{
"src": "android-chrome-384x384.webp",
"sizes": "384x384",
"type": "image/webp"
}
]
}