Update package.json

This commit is contained in:
Pas 2025-12-07 14:06:30 -07:00
parent 920396521a
commit 0f85396bda

View file

@ -1,7 +1,7 @@
{ {
"name": "@p-stream/extension", "name": "@p-stream/extension",
"displayName": "P-Stream extension", "displayName": "P-Stream extension",
"version": "1.3.6", "version": "1.3.7",
"description": "Enhance your streaming experience with just one click", "description": "Enhance your streaming experience with just one click",
"author": "P-Stream", "author": "P-Stream",
"scripts": { "scripts": {
@ -9,7 +9,7 @@
"build": "plasmo build", "build": "plasmo build",
"build:firefox": "plasmo build --target=firefox-mv3", "build:firefox": "plasmo build --target=firefox-mv3",
"package": "plasmo package", "package": "plasmo package",
"package:firefox": "plasmo package --target=firefox-mv3", "package:firefox": "npm run build:firefox && plasmo package --target=firefox-mv3 && mv build/firefox-mv3-prod.zip build/firefox-mv3-prod.xpi",
"lint": "eslint --ext .tsx,.ts src", "lint": "eslint --ext .tsx,.ts src",
"lint:fix": "eslint --fix --ext .tsx,.ts src", "lint:fix": "eslint --fix --ext .tsx,.ts src",
"lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src", "lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src",
@ -55,50 +55,20 @@
"gecko": { "gecko": {
"id": "{e613be14-63c3-4bd9-8a4a-502c12bcf201}", "id": "{e613be14-63c3-4bd9-8a4a-502c12bcf201}",
"data_collection_permissions": { "data_collection_permissions": {
"version": 1,
"required": [ "required": [
"browsingActivity", "browsingActivity",
"authenticationInfo", "authenticationInfo",
"websiteContent" "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": { "gecko_android": {
"id": "{e613be14-63c3-4bd9-8a4a-502c12bcf201}", "id": "{e613be14-63c3-4bd9-8a4a-502c12bcf201}",
"data_collection_permissions": { "data_collection_permissions": {
"version": 1,
"required": [ "required": [
"browsingActivity", "browsingActivity",
"authenticationInfo", "authenticationInfo",
"websiteContent" "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."
}
] ]
} }
} }