From 91a92bd446165a8afe0fa2637aec9ae7bec2441c Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Wed, 29 Oct 2025 15:04:41 +0100 Subject: [PATCH] Data consent dialog not required + version bump --- package.json | 2 +- src/manifest.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d5e3409..398e2fa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testpilot-containers", "title": "Multi-Account Containers", "description": "Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.", - "version": "8.3.4", + "version": "8.3.5", "author": "Andrea Marchesini, Luke Crouch, Lesley Norton, Kendall Werts, Maxx Crawford, Jonathan Kingston", "bugs": { "url": "https://github.com/mozilla/multi-account-containers/issues" diff --git a/src/manifest.json b/src/manifest.json index ad0c257..94de8ed 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Firefox Multi-Account Containers", - "version": "8.3.4", + "version": "8.3.5", "incognito": "not_allowed", "description": "__MSG_extensionDescription__", "icons": { @@ -33,7 +33,10 @@ "browser_specific_settings": { "gecko": { "id": "@testpilot-containers", - "strict_min_version": "91.1.0" + "strict_min_version": "91.1.0", + "data_collection_permissions": { + "required": ["none"] + } } }, "commands": {