This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/extensions/builtin/mermaid-renderer/manifest.json
2026-02-27 16:25:39 +00:00

13 lines
349 B
JSON

{
"id": "mermaid-renderer",
"name": "Mermaid Diagrams",
"version": "2.0.0",
"tier": "browser",
"author": "switchboard",
"description": "Renders ```mermaid code blocks as interactive SVG diagrams with zoom/pan, SVG/PNG export, and source copy",
"permissions": [],
"tools": [],
"surfaces": [],
"settings": {}
}