Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
15 lines
376 B
JSON
15 lines
376 B
JSON
{
|
|
"id": "diff-viewer",
|
|
"name": "Diff Viewer",
|
|
"version": "1.0.0",
|
|
"type": "extension",
|
|
"tier": "browser",
|
|
"author": "switchboard",
|
|
"description": "Renders ```diff code blocks with syntax-highlighted additions, deletions, and context lines",
|
|
"requires": ["chat"],
|
|
"permissions": [],
|
|
"tools": [],
|
|
"surfaces": [],
|
|
"settings": {}
|
|
}
|