thermograph/infra/deploy/twa/twa-manifest.json

34 lines
1.4 KiB
JSON
Raw Normal View History

{
"_comment": "Bubblewrap config for the Thermograph Trusted Web Activity. `bubblewrap init --manifest https://thermograph.org/manifest.webmanifest` scaffolds a file like this; the values below are the ones that matter for us (packageId must match /.well-known/assetlinks.json, enableNotifications wires web-push delegation, colors come from manifest.webmanifest). See README.md in this folder.",
"packageId": "org.thermograph.twa",
"host": "thermograph.org",
"name": "Thermograph",
"launcherName": "Thermograph",
"display": "standalone",
"orientation": "default",
"themeColor": "#f0803c",
"themeColorDark": "#0f1216",
"navigationColor": "#171b21",
"navigationColorDark": "#0f1216",
"navigationColorDivider": "#2a323c",
"navigationColorDividerDark": "#2a323c",
"backgroundColor": "#171b21",
"enableNotifications": true,
"startUrl": "/",
"webManifestUrl": "https://thermograph.org/manifest.webmanifest",
"iconUrl": "https://thermograph.org/logo.png?v=3",
"maskableIconUrl": "https://thermograph.org/logo-maskable-512.png?v=3",
"monochromeIconUrl": "https://thermograph.org/favicon.svg?v=3",
"fallbackType": "customtabs",
"features": {},
"signingKey": {
"path": "./android-keystore.jks",
"alias": "thermograph"
},
"appVersionName": "1.0.0",
"appVersionCode": 1,
"minSdkVersion": 23,
"shortcuts": [],
"generatorApp": "bubblewrap-cli"
}