Tr_Code/twa-manifest.json

50 lines
1.3 KiB
JSON

{
"packageId": "me.humetrain.tr.twa",
"host": "humetrain.me",
"name": "Humetrain_1",
"launcherName": "Humetrain_1",
"display": "standalone",
"themeColor": "#0F172A",
"themeColorDark": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#0F172A",
"enableNotifications": true,
"startUrl": "/",
"iconUrl": "http://localhost:9999/icon.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/home/ckh08045/Tr_Code/android.keystore",
"alias": "android"
},
"appVersionName": "5",
"appVersionCode": 5,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "http://localhost:9999/static/manifest.webmanifest",
"fallbackType": "customtabs",
"features": {
"locationDelegation": {
"enabled": true
}
},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://humetrain.me/",
"minSdkVersion": 21,
"orientation": "default",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"protocolHandlers": [],
"fileHandlers": [],
"launchHandlerClientMode": "",
"displayOverride": [],
"appVersion": "5"
}