Skip to content

ExtportWxtOptions

Defined in: index.ts:24

optional analytics?: 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.


optional extension?: 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.


optional safari?: ExtportSafariOptions

Defined in: index.ts:41