UNPKG

537 BJSONView Raw
1{
2 "properties": {
3 "title": {
4 "description": "Application Heading Title",
5 "type": "string"
6 },
7 "logoB64": {
8 "description": "Logo image defined as Base64 string, chunked into array elements, max 4000 characters",
9 "type": "array",
10 "items": {
11 "type": "string"
12 }
13 },
14 "themeColor": {
15 "description": "CSS Theming Colour definition",
16 "type": "string"
17 },
18 "browserTitle": {
19 "description": "Title for browser tab/heading",
20 "type": "string"
21 }
22 }
23}