|
@@ -4,28 +4,28 @@
|
4
|
4
|
"name": "Jitsi Meet",
|
5
|
5
|
"launcherName": "Jitsi Meet",
|
6
|
6
|
"display": "standalone",
|
7
|
|
- "themeColor": "#2A3A4B",
|
|
7
|
+ "themeColor": "#17A0DB",
|
8
|
8
|
"navigationColor": "#000000",
|
9
|
9
|
"navigationColorDark": "#000000",
|
10
|
10
|
"navigationDividerColor": "#000000",
|
11
|
11
|
"navigationDividerColorDark": "#000000",
|
12
|
|
- "backgroundColor": "#2A3A4B",
|
|
12
|
+ "backgroundColor": "#17A0DB",
|
13
|
13
|
"enableNotifications": false,
|
14
|
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
|
16
|
"splashScreenFadeOutDuration": 300,
|
17
|
17
|
"signingKey": {
|
18
|
|
- "path": "./android/app/debug.keystore",
|
19
|
|
- "alias": "android"
|
|
18
|
+ "path": "./jitsi-upload.keystore",
|
|
19
|
+ "alias": "upload"
|
20
|
20
|
},
|
21
|
21
|
"appVersionName": "1",
|
22
|
22
|
"appVersionCode": 1,
|
23
|
23
|
"shortcuts": [],
|
24
|
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
|
26
|
"fallbackType": "customtabs",
|
27
|
27
|
"features": {},
|
28
|
28
|
"enableSiteSettingsShortcut": true,
|
29
|
|
- "isChromeOSOnly": false,
|
|
29
|
+ "isChromeOSOnly": true,
|
30
|
30
|
"appVersion": "1"
|
31
|
31
|
}
|