From afbb1d71f047d6be35205913dc4d0c717684e3a2 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 14 Dec 2025 09:17:52 +0100 Subject: [PATCH] Add data collection permissions as per https://extensionworkshop.com/documentation/develop/firefox-builtin-data-consent/ --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index befc88c..331d8ac 100644 --- a/manifest.json +++ b/manifest.json @@ -39,7 +39,10 @@ "browser_specific_settings": { "gecko": { "id": "rentgen@internet-czas-dzialac.pl", - "strict_min_version": "91.1.0" + "strict_min_version": "91.1.0", + "data_collection_permissions": { + "required": ["none"] + } } } }