wxt-dev/wxt

Document entrypoint `PerBrowser` options

Open

#2304 opened on Apr 26, 2026

View on GitHub
 (0 comments) (2 reactions) (0 assignees)TypeScript (9,861 stars) (511 forks)user submission
contribution welcomedocsgood first issue

Description

This is an undocumented feature right now.

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

Contributor guide