nectar/kinode/packages/terminal/pkg/manifest.json

35 lines
943 B
JSON
Raw Normal View History

2023-10-06 07:12:31 +03:00
[
{
"process_name": "terminal",
2023-10-10 02:31:49 +03:00
"process_wasm_path": "/terminal.wasm",
2023-12-16 00:21:06 +03:00
"on_exit": "Restart",
2023-10-06 07:12:31 +03:00
"request_networking": true,
2024-01-04 23:43:58 +03:00
"request_capabilities": [
"net:distro:sys",
2024-01-19 01:54:30 +03:00
"filesystem:distro:sys",
"http_server:distro:sys",
"http_client:distro:sys",
2024-01-19 01:54:30 +03:00
"kernel:distro:sys",
"vfs:distro:sys",
"eth:distro:sys",
{
"process": "eth:distro:sys",
"params": {
"root": true
}
},
2024-01-19 01:54:30 +03:00
"sqlite:distro:sys",
"kv:distro:sys",
"chess:chess:sys",
"kns_indexer:kns_indexer:sys",
{
"process": "vfs:distro:sys",
"params": {
"root": true
}
}
2023-10-06 07:12:31 +03:00
],
2024-01-17 06:52:20 +03:00
"grant_capabilities": [],
"public": true
2023-10-06 07:12:31 +03:00
}
2024-01-19 01:54:30 +03:00
]