mirror of
https://github.com/p-stream/extension.git
synced 2026-01-11 20:10:35 +00:00
update uuid again
This commit is contained in:
parent
1c1cc9cfdf
commit
07fdf769ce
3 changed files with 1855 additions and 1795 deletions
11
package.json
11
package.json
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@movie-web/extension",
|
"name": "@p-stream/extension",
|
||||||
"displayName": "P-Stream extension",
|
"displayName": "P-Stream extension",
|
||||||
"version": "1.3.2",
|
"version": "1.3.3",
|
||||||
"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": {
|
||||||
|
|
@ -20,7 +20,8 @@
|
||||||
"@plasmohq/storage": "^1.11.0",
|
"@plasmohq/storage": "^1.11.0",
|
||||||
"plasmo": "0.89.4",
|
"plasmo": "0.89.4",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0"
|
"react-dom": "18.2.0",
|
||||||
|
"sharp": "^0.34.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chrome": "0.0.251",
|
"@types/chrome": "0.0.251",
|
||||||
|
|
@ -52,10 +53,10 @@
|
||||||
],
|
],
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{0c3fcdbd-5e0f-40d5-8f6c-d5eef8ff2b7c}"
|
"id": "{de055456-589b-45fe-8342-c685a7ffb424}"
|
||||||
},
|
},
|
||||||
"gecko_android": {
|
"gecko_android": {
|
||||||
"id": "{0c3fcdbd-5e0f-40d5-8f6c-d5eef8ff2b7c}"
|
"id": "{de055456-589b-45fe-8342-c685a7ffb424}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
|
|
|
||||||
3631
pnpm-lock.yaml
3631
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
8
pnpm-workspace.yaml
Normal file
8
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
onlyBuiltDependencies:
|
||||||
|
- '@parcel/watcher'
|
||||||
|
- '@swc/core'
|
||||||
|
- esbuild
|
||||||
|
- lmdb
|
||||||
|
- msgpackr-extract
|
||||||
|
- sharp
|
||||||
|
- unrs-resolver
|
||||||
Loading…
Reference in a new issue