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.
39 lines
890 B
JSON
39 lines
890 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-copy-file",
|
|
"fs:allow-remove",
|
|
"fs:allow-exists",
|
|
"fs:allow-read-file",
|
|
"fs:allow-read-dir",
|
|
"fs:allow-write-file",
|
|
"fs:allow-write-text-file",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{ "path": "$APPCONFIG" },
|
|
{ "path": "$APPCONFIG/**" },
|
|
{ "path": "$APPDATA" },
|
|
{ "path": "$APPDATA/**" }
|
|
]
|
|
},
|
|
"deep-link:default",
|
|
"appload:default",
|
|
"relay:default"
|
|
]
|
|
}
|