Type alias: UserManifest
UserManifest:
Partial
<Omit
<Manifest.WebExtensionManifest
,"background"
|"chrome_url_overrides"
|"devtools_page"
|"manifest_version"
|"options_page"
|"options_ui"
|"sandbox"
>>
Manifest customization available in the wxt.config.ts
file. You cannot configure entrypoints here, they are configured inline.
Source
packages/wxt/src/types/index.ts:832
Generated using typedoc-plugin-markdown and TypeDoc