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é 5 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
     },
22
     },
23
     {
23
     {
24
       "src": "icons/iconMask.png",
24
       "src": "icons/iconMask.png",
25
-      "sizes": "196x196",
25
+      "sizes": "512x512",
26
       "type": "image/png",
26
       "type": "image/png",
27
-      "purpose": "any maskable"
27
+      "purpose": "maskable"
28
     }
28
     }
29
   ],
29
   ],
30
   "start_url": "/",
30
   "start_url": "/",

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

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

Loading…
Cancel
Save