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

@@ -14,8 +14,15 @@
"process:default",
"notification:default",
"updater:default",
"upload:default",
"core:window:allow-hide",
"fs:allow-app-write",
"fs:allow-app-write-recursive"
"fs:allow-app-write-recursive",
{
"identifier": "http:default",
"allow": [
{ "url": "https://github.com" }
]
}
]
}

View File

@@ -128,6 +128,21 @@
},
"--raw-info"
]
},
{
"name": "binaries/7zip",
"args": true,
"sidecar": true
}
]
},
{
"identifier": "shell:allow-spawn",
"allow": [
{
"name": "binaries/7zip",
"args": true,
"sidecar": true
}
]
}