Template for: Browser Extensions (Chrome, Firefox, etc.) Last updated: YYYY-MM-DD
[One paragraph describing what this extension does]
- [Manifest V3 pattern that worked]
- [Service worker architecture decision]
- [Storage API usage]
- [Popup design that worked]
- [Context menu integration]
- [Keyboard shortcut]
- [Web Store submission process]
- [Review approval strategy]
- [Update deployment]
- [Permission that got rejected]
- [API that didn't work as expected]
- [Cross-browser compatibility issue]
- [Service worker limitation]
- [Content script restriction]
- [Background script timeout issue]
- [Rejection reason]
- [Policy violation discovered]
- [Metadata requirement missed]
[What users actually needed vs what you built]
[Minimum permissions needed, optional permissions approach]
[Chrome vs Firefox vs Edge differences]
- [Priority 1 fix/improvement]
- [Priority 2 fix/improvement]
- [What you'd do differently]
- [Manifest V2 vs V3 considerations]
| File | Why |
|---|---|
manifest.json |
Permission patterns |
background.js |
Service worker patterns |
- Chrome Web Store ID: [if published]
- Firefox Add-on ID: [if published]
- Key screenshots needed: [list]
- Privacy policy requirements: [notes]
Update this document when new insights emerge.