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

28 lines
578 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "main-capability",
"description": "default permissions",
"local": true,
"windows": [
"main"
],
"permissions": [
"core:default",
"shell:default",
"os:default",
"fs:default",
"process:default",
"notification:default",
"updater:default",
"upload:default",
"core:window:allow-hide",
"fs:allow-app-write",
"fs:allow-app-write-recursive",
{
"identifier": "http:default",
"allow": [
{ "url": "https://github.com" }
]
}
]
}