feat(claude-code-plugin): add Claude Code marketplace manifest

This commit is contained in:
Jo Weiser
2026-05-08 17:36:49 +02:00
parent ae343bfdc8
commit 3c33860bf9
+18
View File
@@ -0,0 +1,18 @@
{
"name": "hyperframes",
"owner": {
"name": "HeyGen",
"email": "hyperframes@heygen.com",
"url": "https://hyperframes.heygen.com"
},
"plugins": [
{
"name": "hyperframes",
"source": "./",
"description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.",
"version": "0.1.0",
"homepage": "https://hyperframes.heygen.com",
"license": "Apache-2.0"
}
]
}