Files
BrowserOS/apps/agent/entrypoints/content.ts
Dani Akash 025780faea feat: agent code in monorepo (#137)
* feat: added agent code to monorepo

* chore: update bun lock file
2025-12-29 18:39:52 +05:30

5 lines
88 B
TypeScript

export default defineContentScript({
matches: ['*://*.google.com/*'],
main() {},
})