The appInfo section specifies the application information for Titan.
Options
| Attribute | Description |
|---|---|
| name | Specifies the name of the product. |
| logoUrl | Specifies the path to the logo that displays when logging into Titan. |
| licenseUrl | Specifies the path to the license text file for Titan. |
Example
"appInfo": {
"name": "Titan",
"logoUrl": "assets/logo.svg",
"licensesUrl": "assets/licenses.txt"
},