wxt-dev/wxt

Document entrypoint `PerBrowser` options

Open

#2.304 geöffnet am 26. Apr. 2026

Auf GitHub ansehen
 (0 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)TypeScript (9.861 Stars) (511 Forks)user submission
contribution welcomedocsgood first issue

Beschreibung

This is an undocumented feature right now.

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

Contributor Guide