wxt-dev/wxt

Document entrypoint `PerBrowser` options

Open

#2,304 创建于 2026年4月26日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)TypeScript (9,861 star) (511 fork)user submission
contribution welcomedocsgood first issue

描述

This is an undocumented feature right now.

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

贡献者指南