Initial plasmo setup

This commit is contained in:
Jorrin
2024-01-07 17:30:00 +01:00
parent d050a96792
commit 9dc8681ad2
25 changed files with 5100 additions and 758 deletions

11
src/contents/movie-web.ts Normal file
View 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',
});