api-client/packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/permissions/autogenerated/reference.md
Shreyas f234e66078
feat(desktop): portable phase-2 app loader infra (#5341)
This implements backend path management, backup system, cross-platform utilities, and refactors the `appload` plugin arch to support portable mode deployment.

The changes are mainly establishing foundational infra maintaining current frontend behavior until phase-3+ integration.
2025-08-26 20:48:31 +05:30

1.7 KiB

Default Permission

Default permissions for AppLoad plugin

This default permission set includes the following:

  • allow-load
  • allow-download
  • allow-clear
  • allow-remove

Permission Table

Identifier Description

appload:allow-clear

Enables the clear command without any pre-configured scope.

appload:deny-clear

Denies the clear command without any pre-configured scope.

appload:allow-close

Enables the close command without any pre-configured scope.

appload:deny-close

Denies the close command without any pre-configured scope.

appload:allow-download

Enables the download command without any pre-configured scope.

appload:deny-download

Denies the download command without any pre-configured scope.

appload:allow-load

Enables the load command without any pre-configured scope.

appload:deny-load

Denies the load command without any pre-configured scope.

appload:allow-ping

Enables the ping command without any pre-configured scope.

appload:deny-ping

Denies the ping command without any pre-configured scope.

appload:allow-remove

Enables the remove command without any pre-configured scope.

appload:deny-remove

Denies the remove command without any pre-configured scope.