mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 18:19:08 +00:00
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
import type { PlasmoCSConfig } from "plasmo";
|
|
|
|
export const config: PlasmoCSConfig = {
|
|
matches: ["<all_urls>"],
|
|
all_frames: true,
|
|
world: "MAIN",
|
|
};
|