wxt-dev/wxt

Document entrypoint `PerBrowser` options

Chiusa

#2304 aperta il 26 apr 2026

 (2 commenti) (2 reazioni) (0 assegnatari)TypeScript (511 fork)user submission
contribution welcomedocsgood first issue

Metriche repository

Star
 (9861 stelle)
Metriche merge PR
 (Merge medio 11g 22h) (51 PR mergiate in 30 g)

Descrizione

This is an undocumented feature right now.

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

Guida contributor