mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-13 17:58:54 +01:00
24 lines
400 B
JSON
24 lines
400 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"
|
||
|
],
|
||
|
"platforms": [
|
||
|
"linux",
|
||
|
"macOS",
|
||
|
"windows",
|
||
|
"android",
|
||
|
"iOS"
|
||
|
]
|
||
|
}
|