api-client/packages/hoppscotch-desktop/src-tauri/capabilities/default.json

25 lines
560 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main",
"Hoppscotch-curr",
"Hoppscotch-next"
],
"permissions": [
"core:default",
"core:window:default",
"core:window:allow-start-dragging",
"shell:allow-open",
"store:default",
"dialog:default",
"process:default",
"updater:default",
"fs:allow-write-file",
"fs:allow-write-text-file",
"deep-link:default",
"appload:default",
"relay:default"
]
}