All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
15 lines
401 B
JSON
15 lines
401 B
JSON
{
|
|
"id": "mermaid-renderer",
|
|
"title": "Mermaid Diagrams",
|
|
"version": "2.0.0",
|
|
"type": "extension",
|
|
"tier": "browser",
|
|
"author": "switchboard",
|
|
"description": "Renders ```mermaid code blocks as interactive SVG diagrams with zoom/pan, SVG/PNG export, and source copy",
|
|
"requires": ["chat"],
|
|
"permissions": [],
|
|
"tools": [],
|
|
"surfaces": [],
|
|
"settings": {}
|
|
}
|