ExtportWxtOptions
Defined in: index.ts:24
Properties
Section titled “Properties”analytics?
Section titled “analytics?”
optionalanalytics?:boolean
Defined in: index.ts:40
Inject the daily anonymous usage ping (@extport/sdk/analytics
attachAnalytics, background only) and merge Firefox’s
data_collection_permissions declaration into the manifest. Explicit
opt-in — a publishing module must never add telemetry silently.
Requires extension and @extport/sdk as a dependency.
extension?
Section titled “extension?”
optionalextension?:string
Defined in: index.ts:32
The extension’s extport id (ext_…) — the single authored copy. Synced
into extport.config.json (the static interchange file the CLI and
GitHub Actions read; they can’t execute wxt.config.ts) and injected at
runtime as globalThis.__EXTPORT__.extensionId so @extport/sdk resolves
it without any hardcoding.
safari?
Section titled “safari?”
optionalsafari?:ExtportSafariOptions
Defined in: index.ts:41