...
tabs
(array of strings; default["default"]
)tab identifiers to display in ICE Control Panel instances connected to this service. Identifiers must be configured; see below ICE Control Panel browsers
apps
(array of strings; default["default"]
)list of app identifiers to display in ICE Control Panel instances connected to this service. Identifiers must be configured; see below ICE Control Panel browsers
_defaultOverrides
(object<BrowserIdentifier, Partial<BrowserDeclaration>
)override default properties of pre-set browsers; see below
ICE Control Panel browsers
...
...
Any configured browser can be used as an app or a tab.
...
...
"cast"
- Cursor Control"gameEngine"
- Game Control"apps"
- Apps"canvasShare"
- Canvas Share"matterport"
- /wiki/spaces/ITD/pages/1910571025 control page"streetview"
- /wiki/spaces/ITD/pages/2636414983 control page"icedrop"
- ICE Drop"openStageControl"
Defaults
The "default"
identifier for apps and tabs displays the recommended selection. This can change between versions, so new apps and tabs are automatically shown when using this setting.
Current defaults:
Tabs:
["cast", "gameEngine", "apps"]
Apps:
["matterport, streetview", "icedrop"]
Custom browser configuration (custom_browsers.json)
coming soon; page will be updated
Overriding pre-set browser properties
...
...
Default config.json
This is created by the service as required. You don’t need to manually create it, or manually add keys (as explained above)
...