Skip to content

Add plugin icon for Codex marketplace display #481

@internet-dot

Description

@internet-dot

Your plugin is listed in the awesome-codex-plugins marketplace, but it's missing an icon. Plugins with icons display better inside the Codex app when users browse the marketplace.

What to add:

  1. Add an icon file (SVG preferred, PNG also works) to your repo under assets/. Recommended: 512x512px, simple design that reads well at small sizes.

  2. In your .codex-plugin/plugin.json, add the composerIcon field inside the interface object:

{
  "interface": {
    "composerIcon": "./assets/your-icon.svg",
    ...
  }
}
  1. Open a PR against hashgraph-online/awesome-codex-plugins that:
    • Adds the "icon" field pointing to the local path in marketplace.json (e.g. "icon": "./plugins/OWNER/REPO/assets/your-icon.svg")
    • Includes your icon file in the plugins/OWNER/REPO/assets/ directory

Reference: Look at any plugin that already has an icon in the marketplace for the expected structure.

No rush, but it'll make your plugin stand out more in the marketplace browser.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions