mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-21 12:52:23 +01:00
28 lines
615 B
JSON
28 lines
615 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",
|
|
"shell:allow-open",
|
|
"sql:allow-load",
|
|
"sql:allow-execute",
|
|
"sql:allow-select",
|
|
"os:allow-platform",
|
|
"window:allow-start-dragging",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": ["https://api.atuin.sh/*"]
|
|
},
|
|
"os:default"
|
|
],
|
|
"platforms": ["linux", "macOS", "windows"]
|
|
}
|