mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 18:13:25 +00:00
Update plasmo + rework permissions + explain permissions in readme + lots of suffering
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import { relayMessage } from '@plasmohq/messaging';
|
||||
import type { PlasmoCSConfig } from 'plasmo';
|
||||
|
||||
export const config: PlasmoCSConfig = {
|
||||
// <all_urls> works for chrome, but not for firefox, so we add explicit domains for firefox
|
||||
matches: ['<all_urls>', 'https://dev.movie-web.app/*', 'https://movie-web.app/*'],
|
||||
};
|
||||
export const config: PlasmoCSConfig = {};
|
||||
|
||||
relayMessage({
|
||||
name: 'hello',
|
||||
|
Reference in New Issue
Block a user