wxt-dev/wxt

Document entrypoint `PerBrowser` options

Closed

#2,304 opened on Apr 26, 2026

 (2 comments) (2 reactions) (0 assignees)TypeScript (511 forks)user submission
contribution welcomedocsgood first issue

Repository metrics

Stars
 (9,861 stars)
PR merge metrics
 (Avg merge 11d 22h) (51 merged PRs in 30d)

Description

This is an undocumented feature right now.

export default defineContentScript({
  matches: {
    chrome: ["..."],
    firefox: ["..."],
  },
  // ...
})

Contributor guide