The current wire protocol version is 1.
logo_animationinfo_provider
{
"version": 1,
"kind": "logo_animation",
"lines": ["line 1", "line 2"],
"frames": [["frame 1"], ["frame 2"]],
"args": {
"fps": 12,
"duration_ms": 1200,
"loop": true,
"style": "wave"
}
}{
"frames": [
{
"delay_ms": 80,
"lines": ["rendered line 1", "rendered line 2"]
}
]
}{
"version": 1,
"kind": "info_provider",
"args": {
"username": "example",
"max_lines": 5
}
}{
"lines": [
"line one",
"line two"
]
}Protocol changes should be introduced in this repository first and then adopted by the core and official plugin repositories together.