Files
awesome-copilot/extensions/color-orb/canvas.json
T
github-actions[bot] d1cb70036a chore: publish from main
2026-06-25 04:53:20 +00:00

29 lines
624 B
JSON

{
"id": "color-orb",
"name": "Color Orb",
"description": "A visual orb that users can ask the agent to recolor while showing a live activity log in the canvas.",
"version": "1.0.0",
"author": {
"name": "Aaron Powell",
"url": "https://github.com/aaronpowell"
},
"keywords": [
"agent-actions",
"color-picker",
"interactive-demo",
"realtime-updates",
"sse-events",
"visual-feedback"
],
"screenshots": {
"icon": {
"path": "assets/preview.png",
"type": "image/png"
},
"gallery": {
"path": "assets/preview.png",
"type": "image/png"
}
}
}