-
Notifications
You must be signed in to change notification settings - Fork 2
/
twa-manifest.json
46 lines (46 loc) · 1.33 KB
/
twa-manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"packageId": "dev.daily",
"host": "app.daily.dev",
"name": "daily.dev",
"launcherName": "daily.dev",
"display": "standalone",
"themeColor": "#151618",
"themeColorDark": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#151618",
"enableNotifications": true,
"startUrl": "/?android=true",
"iconUrl": "https://app.daily.dev/android-chrome-512x512.png",
"maskableIconUrl": "https://app.daily.dev/maskable_icon.png",
"splashScreenFadeOutDuration": 100,
"signingKey": {
"path": "/Users/shamun/Projects/daily/android/android.keystore",
"alias": "android"
},
"appVersionName": "16",
"appVersionCode": 16,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://app.daily.dev/manifest.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"minSdkVersion": 19,
"orientation": "portrait",
"fingerprints": [
{
"value": "DD:F0:70:20:89:BB:2A:A6:E0:57:9E:02:E2:58:44:12:78:B6:E7:4C:DA:0E:E0:26:C1:0B:41:3A:FE:B4:FA:FF"
}
],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "16"
}