Skip to content

API > wxt > FirefoxDataCollectionPermissions

Interface: FirefoxDataCollectionPermissions

Firefox data collection permissions configuration. See: https://extensionworkshop.com/documentation/develop/firefox-builtin-data-consent/#specifying-data-types

Contents

Properties

optional

optional?: (FirefoxDataCollectionType | "technicalAndInteraction")[]

Optional data collection permissions. Users can opt in after installation. Can include personal data types or "technicalAndInteraction" (which can only be optional).

Source

packages/wxt/src/types.ts:876


required

required?: (FirefoxDataCollectionType | "none")[]

Required data collection permissions. Users must opt in to use the extension. Can include personal data types or "none" to explicitly indicate no data collection.

Source

packages/wxt/src/types.ts:871


Generated using typedoc-plugin-markdown and TypeDoc