Data consent dialog not required + version bump

This commit is contained in:
Andrea Marchesini
2025-10-29 15:04:41 +01:00
parent f0274d1e45
commit 91a92bd446
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -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": {