Add browser extension icons to source control#343
Add browser extension icons to source control#343JasperNoBoxDev wants to merge 1 commit intomainfrom
Conversation
Icons were present locally and referenced in manifest-chrome.json/manifest-firefox.json but had never been committed. Build script copies them to dist/ on each build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (4)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
manifest-chrome.jsonandmanifest-firefox.jsonboth reference these iconsbuild.shcopies them todist/icons/on each build — without them committed, a fresh clone would produce a broken extension buildTest plan
browser-extension/icons/contains all 4 PNG files after checkoutbash build.sh— confirms icons copy todist/icons/without errors🤖 Generated with Claude Code