mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-03 21:59:58 +01:00
754ddeaa8d
* wip, history scrolls right! * wip * virtual scroll fucking worksssss * paging works :) * scroll search results now too
20 lines
440 B
JSON
20 lines
440 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"
|
|
],
|
|
"platforms": ["linux", "macOS", "windows", "android", "iOS"]
|
|
}
|