From 8db431773197f6f19159f3168d06ff8bc81bffaa Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Tue, 20 Jan 2026 01:34:00 +0100 Subject: [PATCH] chore: Bump version and update data collection permissions in manifest. --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 01f64dd..867f72e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Container Bookmarks", - "version": "1.0.1", + "version": "1.0.3", "description": "Associate bookmarks with Firefox containers. Open bookmarks in your preferred container automatically.", "author": "masterElmar", "icons": { @@ -37,8 +37,8 @@ "id": "container-bookmarks@masterelmar", "strict_min_version": "57.0", "data_collection_permissions": { - "interaction_data": false, - "technical_data": false + "required": [], + "optional": [] } }, "gecko_android": {