File tree Expand file tree Collapse file tree
packages/vite-plugin/src/node Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @crxjs/vite-plugin " : patch
3+ ---
4+
5+ made data_collection_permissions optional
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ export interface ManifestV3 {
286286 strict_min_version ?: string | undefined
287287 strict_max_version ?: string | undefined
288288 update_url ?: string | undefined
289- data_collection_permissions : {
289+ data_collection_permissions ? : {
290290 /**
291291 * available value: "personallyIdentifyingInfo" | "healthInfo" | "financialAndPaymentInfo" | "authenticationInfo" | "personalCommunications" | "locationInfo" | "browsingActivity" | "websiteContent" | "websiteActivity" | "searchTerms" | "bookmarksInfo" | "none".
292292 * see also: https://extensionworkshop.com/documentation/develop/firefox-builtin-data-consent/
You can’t perform that action at this time.
0 commit comments