Web Messaging SDK deployment JSON configuration override issue

Need some help troubleshooting the Web Messaging SDK deployment configuration. I am trying to override the default launcher position and primary color via the configuration object in the deployment JSON, but the UI is ignoring the launcher settings.

Background

Deploying via Genesys Cloud UI with custom JSON payload.

Issue

The primaryColor updates, but position remains bottom-right despite setting it to bottom-left.

Troubleshooting

{
 "launcher": {
 "position": "bottom-left",
 "primaryColor": "#00ff00"
 }
}