This exact spec drives the preview. Replace media paths and props with your own.
{
"theme": "<your-brand-tokens>",
"version": 1,
"format": "square",
"fps": 60,
"durationSec": 10,
"source": {
"type": "none"
},
"sound": {
"enabled": true,
"volume": 1,
"sounds": {}
},
"overlays": [
{
"template": "chat-bubbles",
"region": "center",
"time": {},
"props": {
"secondsPerMessage": 1.15,
"messages": [
{
"text": "Did you ship the launch video?",
"side": "left"
},
{
"text": "Video, captions and the chart. All of it.",
"side": "right",
"delaySec": 1
},
{
"text": "That was 20 minutes ago??",
"side": "left",
"delaySec": 1
},
{
"text": "The agent did it. I approved it.",
"side": "right",
"delaySec": 2
}
]
}
}
]
}