Skip to main content

Interface: ExtensionPrivacyConfig

Defined in: Extensions/ExtensionManifest.ts:116

Privacy declaration. Tells users and reviewers what data the extension collects, why, and where the full policy lives. Shown in the install consent dialog and the "Extension Details" pane.

Properties

dataCollection

dataCollection: DataCollectionCategory[]

Defined in: Extensions/ExtensionManifest.ts:118

What categories of data the extension sends to its backend.


privacyPolicyUrl?

optional privacyPolicyUrl?: string

Defined in: Extensions/ExtensionManifest.ts:120

URL to the full privacy policy (displayed in install consent and details).