SillyBubble/manifest.json
Sven Olderaan 4ff645abd0 Add feature to render chat bubble images in collapsed tool calls
- Intercept tool call messages in chat and render markdown images

- Add setting to toggle feature on/off

- Add proper styling for rendered images

- Handle mutation observer for new messages

- Hide rendered images when details element is opened

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-16 11:48:08 +01:00

12 lines
255 B
JSON

{
"display_name": "SillyBubble",
"loading_order": 9,
"requires": [],
"optional": [],
"js": "index.js",
"css": "style.css",
"author": "Crystal",
"version": "1.1.0",
"homePage": "https://github.com/crystal/SillyBubble"
}