-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtwa-manifest.json
41 lines (41 loc) · 1.23 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
{
"packageId": "app.vercel.covid_tracker_beta.twa",
"host": "covid-tracker-beta.vercel.app",
"name": "Covid Tracker India",
"launcherName": "CovidIndia",
"display": "standalone",
"themeColor": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#FFFFFF",
"enableNotifications": true,
"startUrl": "/",
"iconUrl": "https://covid-tracker-beta.vercel.app/logo512.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/home/bhavya/webdev/covid-tracker-material-ui-react/android.keystore",
"alias": "android"
},
"appVersionName": "2",
"appVersionCode": 2,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://covid-tracker-beta.vercel.app/manifest.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://covid-tracker-beta.vercel.app/",
"minSdkVersion": 19,
"orientation": "default",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "2"
}