From 6497738875db8881751a3a5bf6e21c5dc9018059 Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Tue, 20 Jan 2026 01:39:31 +0100 Subject: [PATCH] chore: Update manifest version to 1.0.4 and simplify data collection permissions to "none". --- manifest.json | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index 085bffe..a34bdd8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Container Bookmarks", - "version": "1.0.3", + "version": "1.0.4", "description": "Associate bookmarks with Firefox containers. Open bookmarks in your preferred container automatically.", "author": "masterElmar", "icons": { @@ -37,18 +37,10 @@ "id": "container-bookmarks@masterelmar", "strict_min_version": "57.0", "data_collection_permissions": { - "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" - ] - } + "required": [ + "none" + ], + "optional": [] } }, "gecko_android": {