feat: createContentScriptUi helper (#143)

This commit is contained in:
Aaron
2023-09-30 21:57:57 -05:00
committed by GitHub
parent 8d7150653a
commit 4150e42c05
20 changed files with 1161 additions and 68 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export default defineContentScript({
exclude: undefined | string[],
// Configure how CSS is injected onto the page
cssInjectionMode: undefined | "manifest" | "manual",
cssInjectionMode: undefined | "manifest" | "manual" | "ui",
main(ctx) {
// Executed when content script is loaded