瀏覽代碼

feat(pwa) update twa manifest with new (old) colors and manifest path

master
Saúl Ibarra Corretgé 4 年之前
父節點
當前提交
e8c2c89343
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7
    7
      twa-manifest.json

+ 7
- 7
twa-manifest.json 查看文件

4
   "name": "Jitsi Meet",
4
   "name": "Jitsi Meet",
5
   "launcherName": "Jitsi Meet",
5
   "launcherName": "Jitsi Meet",
6
   "display": "standalone",
6
   "display": "standalone",
7
-  "themeColor": "#2A3A4B",
7
+  "themeColor": "#17A0DB",
8
   "navigationColor": "#000000",
8
   "navigationColor": "#000000",
9
   "navigationColorDark": "#000000",
9
   "navigationColorDark": "#000000",
10
   "navigationDividerColor": "#000000",
10
   "navigationDividerColor": "#000000",
11
   "navigationDividerColorDark": "#000000",
11
   "navigationDividerColorDark": "#000000",
12
-  "backgroundColor": "#2A3A4B",
12
+  "backgroundColor": "#17A0DB",
13
   "enableNotifications": false,
13
   "enableNotifications": false,
14
   "startUrl": "/",
14
   "startUrl": "/",
15
-  "iconUrl": "https://alpha.jitsi.net/static/pwa/icons/icon512.png",
15
+  "iconUrl": "https://meet.jit.si/static/pwa/icons/icon512.png",
16
   "splashScreenFadeOutDuration": 300,
16
   "splashScreenFadeOutDuration": 300,
17
   "signingKey": {
17
   "signingKey": {
18
-    "path": "./android/app/debug.keystore",
19
-    "alias": "android"
18
+    "path": "./jitsi-upload.keystore",
19
+    "alias": "upload"
20
   },
20
   },
21
   "appVersionName": "1",
21
   "appVersionName": "1",
22
   "appVersionCode": 1,
22
   "appVersionCode": 1,
23
   "shortcuts": [],
23
   "shortcuts": [],
24
   "generatorApp": "bubblewrap-cli",
24
   "generatorApp": "bubblewrap-cli",
25
-  "webManifestUrl": "https://alpha.jitsi.net/static/pwa/manifest.json",
25
+  "webManifestUrl": "https://meet.jit.si/static/pwa/manifest.json",
26
   "fallbackType": "customtabs",
26
   "fallbackType": "customtabs",
27
   "features": {},
27
   "features": {},
28
   "enableSiteSettingsShortcut": true,
28
   "enableSiteSettingsShortcut": true,
29
-  "isChromeOSOnly": false,
29
+  "isChromeOSOnly": true,
30
   "appVersion": "1"
30
   "appVersion": "1"
31
 }
31
 }

Loading…
取消
儲存