From 1473ad357ccbcd87994429aa9961cb0778177a64 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Thu, 13 Nov 2025 10:04:45 -0700 Subject: [PATCH] Update package.json --- package.json | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 04c382b..a018053 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@p-stream/extension", "displayName": "P-Stream extension", - "version": "1.3.5", + "version": "1.3.6", "description": "Enhance your streaming experience with just one click", "author": "P-Stream", "scripts": { @@ -53,10 +53,54 @@ ], "browser_specific_settings": { "gecko": { - "id": "{de055456-589b-45fe-8342-c685a7ffb424}" + "id": "{de055456-589b-45fe-8342-c685a7ffb424}", + "data_collection_permissions": { + "version": 1, + "required": [ + "browsingActivity", + "authenticationInfo", + "websiteContent" + ], + "data_collection": [ + { + "collection": "browsing_history", + "purpose": "The extension needs to know which websites the user is visiting to determine if enhanced streaming features should be enabled for whitelisted domains." + }, + { + "collection": "cookies", + "purpose": "The extension accesses cookies for supported streaming websites to provide seamless streaming functionality and authentication." + }, + { + "collection": "website_content", + "purpose": "The extension modifies HTTP requests and responses to enhance streaming capabilities on whitelisted sites." + } + ] + } }, "gecko_android": { - "id": "{de055456-589b-45fe-8342-c685a7ffb424}" + "id": "{de055456-589b-45fe-8342-c685a7ffb424}", + "data_collection_permissions": { + "version": 1, + "required": [ + "browsingActivity", + "authenticationInfo", + "websiteContent" + ], + "data_collection": [ + { + "collection": "browsing_history", + "purpose": "The extension needs to know which websites the user is visiting to determine if enhanced streaming features should be enabled for whitelisted domains." + }, + { + "collection": "cookies", + "purpose": "The extension accesses cookies for supported streaming websites to provide seamless streaming functionality and authentication." + }, + { + "collection": "website_content", + "purpose": "The extension modifies HTTP requests and responses to enhance streaming capabilities on whitelisted sites." + } + ] + } } }, "web_accessible_resources": [