mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-05 18:01:56 +02:00
Co-authored-by: sctanf <36978460+sctanf@users.noreply.github.com> Co-authored-by: Butterscotch! <bscotchvanilla@gmail.com> Co-authored-by: Aed <145398159+Aed-1@users.noreply.github.com>
67 lines
1.4 KiB
JSON
67 lines
1.4 KiB
JSON
{
|
|
"identifier": "migrated",
|
|
"description": "permissions that were migrated from v1",
|
|
"local": true,
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"core:default",
|
|
"core:window:allow-close",
|
|
"core:window:allow-toggle-maximize",
|
|
"core:window:allow-minimize",
|
|
"core:window:allow-start-dragging",
|
|
"core:window:allow-hide",
|
|
"core:window:allow-show",
|
|
"core:window:allow-set-focus",
|
|
"core:window:allow-destroy",
|
|
"core:window:allow-request-user-attention",
|
|
"core:window:allow-set-decorations",
|
|
"store:default",
|
|
"os:allow-os-type",
|
|
"os:allow-hostname",
|
|
"os:allow-locale",
|
|
"dialog:allow-open",
|
|
"dialog:allow-save",
|
|
"shell:allow-open",
|
|
"store:allow-get",
|
|
"store:allow-set",
|
|
"store:allow-save",
|
|
"fs:allow-write-text-file",
|
|
"fs:allow-read-text-file",
|
|
"fs:allow-exists",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{
|
|
"path": "$APPDATA"
|
|
},
|
|
{
|
|
"path": "$APPDATA/**"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"identifier": "opener:allow-open-url",
|
|
"allow": [
|
|
{
|
|
"url": "steam:*"
|
|
},
|
|
{
|
|
"url": "ms-settings:network"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "https://github.com/SlimeVR/SlimeVR-Tracker-ESP/releases/download/*"
|
|
}
|
|
]
|
|
},
|
|
"opener:default",
|
|
"log:default"
|
|
]
|
|
}
|