From 555a68cb4e55310297cf2ead6d6f9f0e9f290bd0 Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Tue, 20 Jan 2026 01:35:10 +0100 Subject: [PATCH] feat: Add required data collection permissions for interaction and technical data. --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 867f72e..6004151 100644 --- a/manifest.json +++ b/manifest.json @@ -37,7 +37,10 @@ "id": "container-bookmarks@masterelmar", "strict_min_version": "57.0", "data_collection_permissions": { - "required": [], + "required": [ + "interaction_data", + "technical_data" + ], "optional": [] } },