mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 11:22:22 +05:30
19 lines
391 B
JSON
19 lines
391 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",
|
|
"updater:default",
|
|
"core:window:allow-hide",
|
|
"fs:allow-app-write",
|
|
"fs:allow-app-write-recursive"
|
|
]
|
|
} |