atuin/ui/backend/capabilities/migrated.json
Ellie Huxtable 88633b8994
feat(gui): automatically install and setup the cli/shell (#2139)
* feat(gui): automatically install and setup the cli/shell

* add shell config and toasts
2024-06-17 15:36:38 +01:00

24 lines
513 B
JSON

{
"identifier": "migrated",
"description": "permissions that were migrated from v1",
"context": "local",
"windows": ["main"],
"permissions": [
"path:default",
"event:default",
"window:default",
"app:default",
"resources:default",
"menu:default",
"tray:default",
"sql:allow-load",
"sql:allow-execute",
"sql:allow-select",
{
"identifier": "http:default",
"allow": ["https://api.atuin.sh/*"]
}
],
"platforms": ["linux", "macOS", "windows"]
}