mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 19:32:21 +05:30
28 lines
578 B
JSON
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" }
|
|
]
|
|
}
|
|
]
|
|
} |