From 3c33860bf9a202d1ca17c09456b4f2e8115eda2a Mon Sep 17 00:00:00 2001 From: Jo Weiser Date: Fri, 8 May 2026 17:16:55 +0200 Subject: [PATCH] feat(claude-code-plugin): add Claude Code marketplace manifest --- .claude-plugin/marketplace.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 000000000..67d8f7489 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -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" + } + ] +}