mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-26 02:04:49 +01:00
88633b8994
* feat(gui): automatically install and setup the cli/shell * add shell config and toasts
24 lines
513 B
JSON
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"]
|
|
}
|