feat(pwa) update mask icon

Make it a 512 square and specify its purpose as just "maskable" since this can't
go anywhere.
This commit is contained in:
Saúl Ibarra Corretgé 2020-10-20 10:18:11 +02:00 committed by Saúl Ibarra Corretgé
parent a6e58c3101
commit b18398f016
3 changed files with 4 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -22,9 +22,9 @@
},
{
"src": "icons/iconMask.png",
"sizes": "196x196",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
"purpose": "maskable"
}
],
"start_url": "/",

View File

@ -13,14 +13,10 @@
"enableNotifications": false,
"startUrl": "/",
"iconUrl": "https://meet.jit.si/static/pwa/icons/icon512.png",
"maskableIconUrl": "https://meet.jit.si/static/pwa/icons/iconMask.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "./jitsi-upload.keystore",
"alias": "upload"
},
"appVersionName": "20.5.0",
"appVersionCode": 3,
"shortcuts": [],
"appVersionCode": 1,
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://meet.jit.si/static/pwa/manifest.json",
"fallbackType": "customtabs",