sync/src-tauri/capabilities/migrated.json
Sticks 3ffb8cf528
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Failing after 23m7s
fix: fix updater not working correctly
2025-04-30 10:51:47 -04:00

37 lines
871 B
JSON

{
"identifier": "migrated",
"description": "permissions that were migrated from v1",
"local": true,
"windows": [
"main"
],
"permissions": [
"core:default",
"dialog:allow-message",
"dialog:allow-ask",
"dialog:allow-confirm",
"notification:default",
"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",
"clipboard-manager:allow-read-text",
"clipboard-manager:allow-write-text",
"core:app:allow-app-show",
"core:app:allow-app-hide",
"os:default",
"dialog:default",
"clipboard-manager:default",
"notification:default",
"updater:default",
"log:default",
"autostart:default",
"process:default",
"process:allow-restart",
"process:default"
]
}