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

38 lines
1021 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": [
"app-store:app-store:sys",
"chess:chess:sys",
2024-01-19 01:54:30 +03:00
"eth:distro:sys",
{
"process": "eth:distro:sys",
"params": {
"root": true
}
},
"fd-manager:distro:sys",
"filesystem:distro:sys",
"http-server:distro:sys",
"http-client:distro:sys",
"kernel:distro:sys",
"kns-indexer:kns-indexer:sys",
"kv:distro:sys",
"net:distro:sys",
"sqlite:distro:sys",
"vfs:distro:sys",
2024-01-19 01:54:30 +03:00
{
"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": false
2023-10-06 07:12:31 +03:00
}
]