Skip to content

API / wxt / FirefoxDataCollectionPermissions

Interface: FirefoxDataCollectionPermissions

Source: packages/wxt/src/types.ts:1092

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

Contents

Properties

optional?

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

Source: packages/wxt/src/types.ts:1104

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


required?

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

Source: packages/wxt/src/types.ts:1098

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.


Generated using typedoc-plugin-markdown and TypeDoc