Files
wehub-resource-sync 41b710f9c7
CI / Frontend checks (push) Failing after 0s
CI / Backend tests (push) Failing after 1s
I18n Documentation Sync / sync-docs (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:28:40 +08:00

71 lines
1.1 KiB
JSON

{
"identifier": "default",
"description": "Default capabilities for AutoClip Desktop",
"windows": ["main"],
"permissions": [
{
"identifier": "core:default",
"allow": [
{
"cmd": "default"
}
]
},
{
"identifier": "core:app:default",
"allow": [
{
"cmd": "default"
}
]
},
{
"identifier": "core:window:default",
"allow": [
{
"cmd": "default"
}
]
},
{
"identifier": "core:webview:default",
"allow": [
{
"cmd": "default"
}
]
},
{
"identifier": "core:tray:default",
"allow": [
{
"cmd": "default"
}
]
},
{
"identifier": "core:path:default",
"allow": [
{
"cmd": "default"
}
]
},
{
"identifier": "core:resources:default",
"allow": [
{
"cmd": "default"
}
]
},
{
"identifier": "shell:default",
"allow": [
{
"cmd": "open"
}
]
}
]
}