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:
parent
a6e58c3101
commit
b18398f016
Binary file not shown.
Before ![]() (image error) Size: 37 KiB After ![]() (image error) Size: 36 KiB ![]() ![]() |
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
{
|
||||
"src": "icons/iconMask.png",
|
||||
"sizes": "196x196",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue