SurfSense/surfsense_browser_extension/content.ts

8 lines
151 B
TypeScript
Raw Normal View History

2025-07-27 12:01:11 -07:00
import type { PlasmoCSConfig } from "plasmo";
2025-04-07 23:47:06 -07:00
2025-07-27 12:01:11 -07:00
export const config: PlasmoCSConfig = {
matches: ["<all_urls>"],
all_frames: true,
world: "MAIN",
};