1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 11:22:22 +05:30

(feat): added extension manager

This commit is contained in:
2025-02-27 23:51:21 +05:30
Verified
parent c6ae5c7e85
commit d835184b30
28 changed files with 1167 additions and 23 deletions

View File

@@ -29,7 +29,11 @@
"allow": [
{ "path": "$RESOURCE/pytubepp-helper-msghost.json" },
{ "path": "$RESOURCE/pytubepp-helper-msghost-moz.json" },
{ "path": "$RESOURCE/pytubepp-helper-msghost.exe" }
{ "path": "$RESOURCE/pytubepp-helper-msghost.exe" },
{ "path": "$DOWNLOAD/pytubepp-extension-chrome" },
{ "path": "$DOWNLOAD/pytubepp-extension-chrome/*" },
{ "path": "$TEMP/com.neosubhamoy.pytubepp.helper" },
{ "path": "$TEMP/com.neosubhamoy.pytubepp.helper/*" }
]
}
]
@@ -62,6 +66,9 @@
"pytubepp-helper-msghost.json",
"pytubepp-helper-msghost-moz.json",
"pytubepp-helper-msghost.exe"
],
"externalBin": [
"binaries/7zip"
]
}
}