Add WhatSetter plugin icon - #45
Closed
devlikemasta wants to merge 1 commit into
Closed
devlikemasta wants to merge 1 commit into
devlikemasta wants to merge 1 commit into
Conversation
scheemunai
pushed a commit
that referenced
this pull request
Sep 23, 2026
public/icons/plugins/whatsetter.png: the mark declared by the entry's project_url, validated (370x405 source, no text chunks, clean IEND) and normalized to 117x128 RGBA — the same output scripts/fetch-plugin-icons-v2.mjs produces for this slug. Entry itself unchanged; PluginIcon.astro picks the file up by slug at build time, replacing the letter tile. Co-Authored-By: devlikemasta <devlikemasta@users.noreply.github.com> Co-Authored-By: CRHQ <noreply@crhq.ai> Co-Authored-By: Claude Code <noreply@anthropic.com>
Contributor
|
Merged into main (commit a9b9a1c) and live now: https://grokbot.dev/plugins/whatsetter/ — the icon renders in place of the letter tile, served from https://grokbot.dev/icons/plugins/whatsetter.png I verified the file before merging: valid 117x128 RGBA PNG, no stray metadata, and it matches the logo hosted at whatsetter.com (370x405 source downscaled exactly as |
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.
What this adds
The icon for the existing
whatsetterplugin entry (merged in #44), which currently renders as a letter tile.public/icons/plugins/whatsetter.pngis the output ofscripts/fetch-plugin-icons-v2.mjsrun for that slug only: the favicon declared by the entry'sproject_url(https://whatsetter.com/assets/logo-bubble.png, 370x405), validated and normalized by the script to a 117x128 RGBA PNG. No change to the entry itself.