We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171e32c commit e47519fCopy full SHA for e47519f
src/types/index.ts
@@ -594,8 +594,8 @@ export interface BaseContentScriptEntrypointOptions
594
* - `"manifest"`: The content script will be added to the `content_scripts` entry in the
595
* manifest. This is the normal and most well known way of registering a content script.
596
* - `"runtime"`: The content script's `matches` is added to `host_permissions` and you are
597
- * responsible for using the scripting API to register the content script dynamically at
598
- * runtime.
+ * responsible for using the scripting API to register/execute the content script
+ * dynamically at runtime.
599
*
600
* @default "manifest"
601
*/
0 commit comments