unsloth/studio/src-tauri/capabilities/default.json
Wasim Yousef Said 65b4d9d9e7
Add Unsloth desktop deep links (#7560)
* Add Unsloth desktop deep links

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Address deep-link review feedback

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-07-28 16:52:53 +02:00

37 lines
1.1 KiB
JSON

{
"identifier": "default",
"description": "Default capabilities for Unsloth Studio",
"windows": ["main"],
"permissions": [
"core:default",
"core:window:default",
"core:window:allow-show",
"core:window:allow-hide",
"core:window:allow-set-focus",
"core:window:allow-set-size",
"core:window:allow-set-resizable",
"core:window:allow-set-size-constraints",
"core:window:allow-center",
"core:window:allow-current-monitor",
"core:window:allow-start-dragging",
"core:window:allow-start-resize-dragging",
"core:window:allow-minimize",
"core:window:allow-unminimize",
"core:window:allow-toggle-maximize",
"core:window:allow-close",
"core:tray:default",
"process:default",
"deep-link:default",
"notification:allow-is-permission-granted",
"notification:allow-request-permission",
"notification:allow-notify",
{
"identifier": "opener:allow-open-url",
"allow": [{ "url": "https://*" }, { "url": "http://*" }, { "url": "mailto:*" }]
},
"updater:default",
"clipboard-manager:allow-write-text",
"clipboard-manager:allow-read-image",
"window-state:default"
]
}