mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 18:13:25 +00:00
Initial plasmo setup
This commit is contained in:
11
src/contents/movie-web.ts
Normal file
11
src/contents/movie-web.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { PlasmoCSConfig } from 'plasmo';
|
||||
|
||||
import { relayMessage } from '@plasmohq/messaging';
|
||||
|
||||
export const config: PlasmoCSConfig = {
|
||||
matches: ['https://movie-web.app/*', 'https://dev.movie-web.app/*', 'http://localhost:5173/*'],
|
||||
};
|
||||
|
||||
relayMessage({
|
||||
name: 'proxy',
|
||||
});
|
Reference in New Issue
Block a user