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": {