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