From 6ae77429ce0b87f4747c4fb94f699a064c664daa Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Tue, 20 Jan 2026 01:37:29 +0100 Subject: [PATCH] refactor: Update data collection permissions with detailed descriptions for storage and browsing activity data types. --- manifest.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 6004151..085bffe 100644 --- a/manifest.json +++ b/manifest.json @@ -37,11 +37,18 @@ "id": "container-bookmarks@masterelmar", "strict_min_version": "57.0", "data_collection_permissions": { - "required": [ - "interaction_data", - "technical_data" - ], - "optional": [] + "storage": { + "description": "Stores your container assignments locally on your device. No data is sent to external servers." + }, + "browsingActivity": { + "description": "Stores your container assignments locally on your device. No data is sent to external servers.", + "required": true, + "dataTypes": [ + "Bookmarks", + "Containers", + "Tabs" + ] + } } }, "gecko_android": {