mirror of
https://github.com/p-stream/extension.git
synced 2026-01-11 20:10:35 +00:00
Update package.json
This commit is contained in:
parent
21d46078b6
commit
1473ad357c
1 changed files with 47 additions and 3 deletions
50
package.json
50
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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue