瀏覽代碼

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 年之前
父節點
當前提交
b18398f016
共有 3 個文件被更改,包括 4 次插入8 次删除
  1. 二進制
      static/pwa/icons/iconMask.png
  2. 2
    2
      static/pwa/manifest.json
  3. 2
    6
      twa/twa-manifest.json

二進制
static/pwa/icons/iconMask.png 查看文件


+ 2
- 2
static/pwa/manifest.json 查看文件

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 查看文件

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…
取消
儲存