-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtwa-manifest-local.json
More file actions
51 lines (50 loc) · 1.42 KB
/
twa-manifest-local.json
File metadata and controls
51 lines (50 loc) · 1.42 KB
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
47
48
49
50
{
"packageId": "org.virtualhospitalsafrica.za.twa.dev",
"host": "192.168.50.56:8000",
"name": "Virtual Hospitals Africa Dev",
"launcherName": "VHA Dev",
"display": "minimal-ui",
"themeColor": "#312E81",
"themeColorDark": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#312E81",
"enableNotifications": true,
"startUrl": "/?source=pwa",
"iconUrl": "https://192.168.50.56:8000/logo.svg",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/Users/willweiss/dev/morehumaninternet/virtual-hospitals-africa/android.keystore",
"alias": "android"
},
"appVersionName": "1",
"appVersionCode": 1,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://192.168.50.56:8000/manifest.json",
"fallbackType": "customtabs",
"features": {
"locationDelegation": {
"enabled": true
}
},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://192.168.50.56:8000/",
"minSdkVersion": 21,
"orientation": "landscape",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"protocolHandlers": [],
"fileHandlers": [],
"launchHandlerClientMode": "",
"displayOverride": [],
"appVersion": "1"
}