2024-04-11 17:59:01 +02:00
|
|
|
{
|
|
|
|
"identifier": "migrated",
|
|
|
|
"description": "permissions that were migrated from v1",
|
|
|
|
"context": "local",
|
2024-05-06 09:11:47 +02:00
|
|
|
"windows": ["main"],
|
2024-04-11 17:59:01 +02:00
|
|
|
"permissions": [
|
|
|
|
"path:default",
|
|
|
|
"event:default",
|
|
|
|
"window:default",
|
|
|
|
"app:default",
|
|
|
|
"resources:default",
|
|
|
|
"menu:default",
|
2024-05-06 09:11:47 +02:00
|
|
|
"tray:default",
|
|
|
|
"sql:allow-load",
|
|
|
|
"sql:allow-execute",
|
2024-05-28 15:54:05 +02:00
|
|
|
"sql:allow-select",
|
|
|
|
{
|
|
|
|
"identifier": "http:default",
|
|
|
|
"allow": ["https://api.atuin.sh/*"]
|
|
|
|
}
|
2024-04-11 17:59:01 +02:00
|
|
|
],
|
2024-06-17 16:36:38 +02:00
|
|
|
"platforms": ["linux", "macOS", "windows"]
|
2024-05-06 09:11:47 +02:00
|
|
|
}
|