contribution welcomedocsgood first issue
Description
This is an undocumented feature right now.
export default defineContentScript({
matches: {
chrome: ["..."],
firefox: ["..."],
},
// ...
})
This is an undocumented feature right now.
export default defineContentScript({
matches: {
chrome: ["..."],
firefox: ["..."],
},
// ...
})