Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Feb 20, 2024
1 parent d04c7f5 commit 7c9ee85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/entrypoints/content-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export default defineContentScript({
// Configure how CSS is injected onto the page
cssInjectionMode: undefined | "manifest" | "manual" | "ui",

// Configure how/when content script will be registered
registration: undefined | "manifest" | "runtime",

main(ctx) {
// Executed when content script is loaded
},
Expand Down

0 comments on commit 7c9ee85

Please sign in to comment.