wxt-dev/wxt

Document entrypoint `PerBrowser` options

Open

Aperta il 26 apr 2026

Vedi su GitHub
 (1 commento) (2 reazioni) (0 assegnatari)TypeScript (9861 star) (511 fork)user submission
contribution welcomedocsgood first issue

Descrizione

This is an undocumented feature right now.

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

Guida contributor