add maskable icon

This commit is contained in:
adueck 2023-07-26 13:12:30 +04:00
parent ae1e1fdfca
commit 28be62f2bc
1 changed files with 8 additions and 2 deletions

View File

@ -3,14 +3,20 @@
"name": "LingDocs Pashto Dictionary",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/icons/maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"display": "standalone",