Open
Conversation
Swap the plugin's marketplace assets to the HeyGen/HyperFrames symbol mark used as the Mintlify docs favicon at hyperframes.heygen.com, and rename the display title to "HyperFrames by HeyGen" so the authorship is explicit alongside peer plugins like Canva / Remotion / BioRender that all lead with their brand mark. - assets/logo.png: 1024x308 wordmark → 1024x1024 symbol-only icon, rasterized from docs/favicon.svg at 1024 px, transparent background - assets/icon.png: 512x512 symbol on black background → 512x512 symbol with transparent background, rasterized from the same source - .codex-plugin/plugin.json: interface.displayName "HyperFrames" → "HyperFrames by HeyGen" No skill content changes; only marketplace-visible branding.
Re-rasterize docs/favicon.svg with a white background instead of transparent so the symbol reads the same on every marketplace theme.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #185 (hyperframes plugin submission).
In the current marketplace listing the plugin shows a text-only "HeyGen HyperFrames" wordmark, which stands out against polished peers (Canva / Remotion / BioRender) that all lead with a square brand icon. This PR swaps in the brand mark HeyGen uses as the favicon of the HyperFrames docs at https://hyperframes.heygen.com, and renames the display title to make the authorship explicit.
What changed
plugins/hyperframes/assets/logo.pngplugins/hyperframes/assets/icon.pngplugins/hyperframes/.codex-plugin/plugin.jsoninterface.displayName: "HyperFrames"interface.displayName: "HyperFrames by HeyGen"Both PNGs are freshly rasterized from the canonical
docs/favicon.svginheygen-com/hyperframesviarsvg-convert, so the mark is pixel-perfect at 32 / 64 / 128 / 512 / 1024 and renders cleanly against any marketplace theme on a solid white background (matches the Remotion pattern).No skill content, routing, or capability changes — this is purely marketplace-visible branding.
Coordination
The same asset +
displayNameswap has already landed in-parallel onheygen-com/hyperframesvia heygen-com/hyperframes#461, so the Codex sparse-install path (codex plugin marketplace add heygen-com/hyperframes --sparse .codex-plugin --sparse skills --sparse assets) is already serving the refreshed branding.