Browse Source

feat(pwa) update mask icon

Make it a 512 square and specify its purpose as just "maskable" since this can't
go anywhere.
master
Saúl Ibarra Corretgé 4 years ago
parent
commit
b18398f016
3 changed files with 4 additions and 8 deletions
  1. BIN
      static/pwa/icons/iconMask.png
  2. 2
    2
      static/pwa/manifest.json
  3. 2
    6
      twa/twa-manifest.json

BIN
static/pwa/icons/iconMask.png View File


+ 2
- 2
static/pwa/manifest.json View File

@@ -22,9 +22,9 @@
22 22
     },
23 23
     {
24 24
       "src": "icons/iconMask.png",
25
-      "sizes": "196x196",
25
+      "sizes": "512x512",
26 26
       "type": "image/png",
27
-      "purpose": "any maskable"
27
+      "purpose": "maskable"
28 28
     }
29 29
   ],
30 30
   "start_url": "/",

+ 2
- 6
twa/twa-manifest.json View File

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

Loading…
Cancel
Save