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