Improve Arcade client listing name and icon (GRO-356) - #12
Open
teallarson wants to merge 2 commits into
Conversation
teallarson
marked this pull request as draft
September 15, 2026 17:49
teallarson
force-pushed
the
teal/gro-305-evaluate-optional-plugin-side-telemetry-via-hooks
branch
from
September 15, 2026 17:58
b93b696 to
a265175
Compare
teallarson
force-pushed
the
teal/gro-356-improve-arcade-client-listing-name-and-icon
branch
from
September 15, 2026 18:30
3a9d87e to
7a1f649
Compare
teallarson
force-pushed
the
teal/gro-305-evaluate-optional-plugin-side-telemetry-via-hooks
branch
2 times, most recently
from
September 15, 2026 20:47
0232f29 to
57525c0
Compare
teallarson
force-pushed
the
teal/gro-356-improve-arcade-client-listing-name-and-icon
branch
2 times, most recently
from
September 16, 2026 17:20
97b8c1c to
33b9287
Compare
Wire PLUGIN_LOGO through generated host manifests and CI checks so Cursor, Codex, and Claude marketplace listings show the Arcade mark. Co-authored-by: Cursor <cursoragent@cursor.com>
Compress the committed brand mark (~390KB → ~105KB), dedupe logo validation in check.mjs, and assert the Codex adapter logo path exists. Co-authored-by: Cursor <cursoragent@cursor.com>
teallarson
force-pushed
the
teal/gro-356-improve-arcade-client-listing-name-and-icon
branch
from
September 16, 2026 20:13
33b9287 to
e0b7d2e
Compare
teallarson
marked this pull request as ready for review
September 16, 2026 21:58
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.
Linear ticket: GRO-356
What/why
Cursor’s Customize panel was showing lowercase
arcadewith a generic icon instead of the Arcade brand. This PR adds a committed logo asset and wiresdisplayName: "Arcade"pluslogo: "assets/logo.png"through the manifest generator into.cursor-plugin/plugin.json,.codex-plugin/plugin.json, and.claude-plugin/marketplace.json. After install/reload, Customize and Claude marketplace listings should show Arcade with the brand mark.To verify: on main, open Cursor → Customize and note the generic icon and lowercase id. After this branch, reload the plugin and confirm Arcade with the gradient “A” logo; repeat for Claude marketplace if applicable.
Codebase changes
Adds
assets/logo.png(512×512, optimized ~105 KB) andPLUGIN_LOGOinscripts/constants.mjs.listingFields()inscripts/generate-manifests.mjsnow emits bothdisplayNameandlogofor Cursor, Codex, and Claude marketplace adapter manifests.scripts/check.mjsenforces that each listing manifest points at the committed asset via a sharedassertCommittedLogohelper. Tests ingenerate-manifests.test.mjsandmanifests.test.mjsassert logo values and on-disk paths (including Codex).Additional notes
claude plugin validatepasses with a warning thatlogois an unrecognized marketplace field; docs indicate hosts ignore unknown fields at load time.Note
Low Risk
Manifest and CI/test-only branding metadata; no runtime behavior, auth, or data-handling changes.
Overview
Adds a committed brand logo and threads
logo: assets/logo.pngthrough generated client listings alongside the existingdisplayName: Arcade, so Cursor Customize, Codex, and Claude marketplace UIs can show the proper name and icon instead of a generic placeholder.PLUGIN_LOGOis defined inscripts/constants.mjs.listingFields()inscripts/generate-manifests.mjsnow emits bothdisplayNameandlogointo.cursor-plugin/plugin.json,.codex-plugin/plugin.json, and the Claude marketplace plugin entry.scripts/check.mjsgainsassertCommittedLogoso those manifests must point at the on-disk asset. Tests assert the logo field and that the file exists.Reviewed by Cursor Bugbot for commit e0b7d2e. Bugbot is set up for automated code reviews on this repo. Configure here.