first commit
This commit is contained in:
4
app/chrome-extension/entrypoints/content.ts
Normal file
4
app/chrome-extension/entrypoints/content.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export default defineContentScript({
|
||||
matches: ['*://*.google.com/*'],
|
||||
main() {},
|
||||
});
|
Reference in New Issue
Block a user