Files
risuai/src-tauri/capabilities/migrated.json
2024-11-05 20:15:17 +09:00

75 lines
1.5 KiB
JSON

{
"identifier": "migrated",
"description": "permissions that were migrated from v1",
"local": true,
"windows": [
"main"
],
"permissions": [
"core:default",
"fs:allow-read-file",
"fs:allow-write-file",
"fs:allow-read-dir",
"fs:allow-copy-file",
"fs:allow-mkdir",
"fs:allow-remove",
"fs:allow-remove",
"fs:allow-rename",
"fs:allow-exists",
{
"identifier": "fs:scope",
"allow": [
"$APPDATA",
"$APPDATA/*",
"$APPDATA/**/*",
"$DOWNLOAD/*",
"/data/**/*",
"$RESOURCE/*"
]
},
"core:window:allow-maximize",
"core:window:allow-set-fullscreen",
"shell:allow-open",
"dialog:allow-open",
"dialog:allow-save",
"dialog:allow-message",
"dialog:allow-ask",
"dialog:allow-confirm",
"updater:default",
{
"identifier": "http:default",
"allow": [
{
"url": "https://*/*"
},
{
"url": "https://*/**/*"
},
{
"url": "http://*/*"
},
{
"url": "http://*/**/*"
}
]
},
"os:allow-platform",
"os:allow-version",
"os:allow-os-type",
"os:allow-family",
"os:allow-arch",
"os:allow-exe-extension",
"os:allow-locale",
"os:allow-hostname",
"process:allow-restart",
"core:app:allow-app-show",
"core:app:allow-app-hide",
"fs:default",
"os:default",
"dialog:default",
"process:default",
"shell:default",
"http:default",
"deep-link:default"
]
}