Skip to content

Commit

Permalink
wip: twa-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Jan 21, 2025
1 parent e56c2e9 commit c8860a7
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions public/twa-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"packageId": "com.bluerobotics.cockpit",
"host": "https://docs.bluerobotics.com",
"name": "Cockpit GCS",
"launcherName": "Cockpit",
"display": "standalone",
"themeColor": "#FFFFFF",
"themeColorDark": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#FFFFFF",
"enableNotifications": false,
"startUrl": "/",
"iconUrl": "https://docs.bluerobotics.com/cockpit/favicon-32x32.png",
"maskableIconUrl": "https://docs.bluerobotics.com/cockpit/favicon-32x32.png",
"appVersionName": "0",
"appVersionCode": 3,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://docs.bluerobotics.com/cockpit/site.webmanifest",
"fallbackType": "customtabs",
"features": {
"locationDelegation": {
"enabled": true
}
},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://docs.bluerobotics.com/",
"minSdkVersion": 19,
"orientation": "default",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "0"
}

0 comments on commit c8860a7

Please sign in to comment.