mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-10 16:28:44 +01:00
fc4dfe4fff
* wip * fetch and use username
24 lines
531 B
JSON
24 lines
531 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", "android", "iOS"]
|
|
}
|