mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
git-subtree-dir: packages/browseros-agent git-subtree-mainline:8f148d0918git-subtree-split:90bd4be300
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export default defineContentScript({
|
|
matches: ['*://*.google.com/*'],
|
|
main() {},
|
|
})
|