wxt-dev/wxt

Document entrypoint `PerBrowser` options

Open

#2.304 aberto em 26 de abr. de 2026

Ver no 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: ["..."],
  },
  // ...
})

Guia do colaborador