| JSON object |
| backgroundColor | String | Fallback background color used on FlexCareTV/PlayMaker 2.0 portal (HEX format) |
| secondaryBackgroundColor | String | Secondary background color for PlayMaker 2.0 (HEX format) |
| tertiaryBackgroundColor | String | Secondary background color for PlayMaker 2.0 (HEX format) |
| inactiveIconColor | String | Color used for inactive icons for PlayMaker 2.0 (HEX format) |
| accentColor | String | Accent/highlight color used on PlayMaker 2.0 (HEX format) |
| topTabBarColor | String | Background color for the top tab bar on PlayMaker 2.0 (HEX format) |
| bottomTabBarColor | String | Background color for the bottom tab bar on PlayMaker 2.0 (HEX format) |
| textColor | String | Text color used on PlayMaker 2.0 (HEX format) |
| secondaryTextColor | String | Secondary text color used for PlayMaker 2.0 (HEX format) |
| tertiaryTextColor | String | Tertiary text color used for PlayMaker 2.0 (HEX format) |
| logo | String | ID of logo |
{
"backgroundColor": "#000000#",
"secondaryBackgroundColor": "#f3f3f3",
"tertiaryBackgroundColor": "#ffffff",
"textColor": "#00ddef",
"secondaryTextColor": "#01ffe4",
"accentColor": "#eeeefe",
"inactiveIconColor": "#00fff3",
"topTabBarColor": "#ffffff",
"bottomTabBarColor": "#e3e3df",
"logo": "1234567890ABCD1234567890"
}