Files
broswer-automation/app/chrome-extension/entrypoints/content.ts
nasir@endelospay.com d97cad1736 first commit
2025-08-12 02:54:17 +05:00

5 lines
89 B
TypeScript

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