mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 23:11:37 +08:00
8 lines
232 B
JSON
8 lines
232 B
JSON
|
|
{
|
||
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
||
|
|
"identifier": "default",
|
||
|
|
"description": "Default Hermes GUI permissions",
|
||
|
|
"windows": ["main"],
|
||
|
|
"permissions": ["core:default", "notification:default", "opener:default"]
|
||
|
|
}
|