Browser targeting guide
Run one extension codebase across Chrome, Edge, Firefox, and custom binaries with explicit browser targeting workflows.
What to read first
Practical target strategy
- Use named targets (
chrome,edge,firefox) for daily checks. - Use comma-separated targets for release validation.
- Use engine targets only when you need custom binaries.
- Keep browser differences in browser-prefixed manifest fields.
Next steps
- Learn manifest filtering in Cross-browser compatibility.
- Configure browser-specific keys in Browser-specific manifest fields.
