[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
AppLaunchItem
Properties
string
appName
Optional
application name
string
type
Optional
application type
JSON Example
{
"appName": "string",
"icons": [
{
"appId": "appId",
"height": 280,
"iconHash": "fdhfds-jhfkfhs",
"path": "https://<hdc>//test.png",
"width": 200
}
],
"registeredExtensions": {
"extensions": [
{
"friendlyName": "string",
"value": "string"
}
],
"otherFileType": [
{
"friendlyName": "string",
"type": "string",
"value": "string"
}
]
},
"type": "string"
}