- Create extension for generating dynamic chat bubble images via markdown - Add function that AI models can call to generate properly formatted markdown links - Implement URL encoding for text parameters - Add configurable settings for image service URL and bubble styles - Include test functionality to preview generated bubble markdown 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
255 B
JSON
12 lines
255 B
JSON
{
|
|
"display_name": "SillyBubble",
|
|
"loading_order": 9,
|
|
"requires": [],
|
|
"optional": [],
|
|
"js": "index.js",
|
|
"css": "style.css",
|
|
"author": "Crystal",
|
|
"version": "1.0.0",
|
|
"homePage": "https://github.com/crystal/SillyBubble"
|
|
}
|