## Description ## Type of Change - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 📝 Documentation update - [ ] 🎨 UI/UX improvement - [ ] ⚡ Performance improvement - [ ] 🔧 Maintenance/refactoring ## Testing - [ ] Tested on Chrome/Edge - [ ] Tested on Firefox - [ ] Tested on Safari (if applicable) - [ ] Checked console for errors - [ ] Tested in different screen sizes ## Checklist ### General - [ ] My code follows the project's code style - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] My changes generate no new warnings or errors - [ ] I have tested my changes locally ### For Feature/Bug Fix PRs - [ ] I have added/updated tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] I have updated the documentation accordingly ### For Release PRs (beta → main) - [ ] Version has been bumped in all necessary files - [ ] Changelog has been updated - [ ] Beta testing period completed (minimum X days) - [ ] All critical bugs from beta have been resolved - [ ] Extension has been tested by at least X beta testers - [ ] No open P0/P1 issues blocking release - [ ] Release notes prepared - [ ] Store submission credentials verified ## Screenshots (if applicable) ## Related Issues Closes # Relates to # ## Additional Notes