mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-21 21:05:09 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export default defineContentScript({
|
|
matches: ['*://*.google.com/*'],
|
|
main() {},
|
|
})
|