feat(miner-extension): add a standard icon set to the manifest#5617
Conversation
The extension manifest defined no icons. Add a 16/32/48/128 PNG icon set (a dark 'G' mark on the extension's mint accent, matching the opportunity badge) wired into both manifest.icons and the toolbar action's default_icon, and include them in the build package's file list so the packaged extension ships every icon it references. Fixes JSONbored#4862
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-13 10:22:48 UTC
⏸️ Suggested Action - Manual Review
Review summary Nits — 4 non-blocking
Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/gittensory-commands Visual preview
Click any thumbnail to open the full-size screenshot. Before = production · After = this PR's preview deploy. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|

Adds a standard 16/32/48/128 PNG icon set to the miner extension (dark 'G' on the brand mint, matching the opportunity badge), wired into
manifest.iconsand the toolbaraction.default_icon, and included inbuild-miner-extension.mjs's package list so the built extension ships every icon it references. Test asserts each declared icon exists as a real RGBA PNG at its declared size. Verified: icons test + tsc clean + build packages all 12 referenced files.Fixes #4862