From 166d3278290c3df6c0c84fc99e7615e3a4e903fc Mon Sep 17 00:00:00 2001 From: binimum Date: Tue, 21 Apr 2026 21:41:15 +0100 Subject: [PATCH] Update manifest.json to include data collection permissions Added data collection permissions to the manifest. --- extension/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index d8ee1b0..f971a57 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -6,7 +6,10 @@ "browser_specific_settings": { "gecko": { "id": "monochrome-tidal-bypass@binimum.org", - "strict_min_version": "111.0" + "strict_min_version": "111.0", + "data_collection_permissions": { + "required": ["none"] + } } }, "permissions": ["declarativeNetRequest", "scripting", "declarativeNetRequestWithHostAccess"],