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

18 lines
430 B
JSON
Raw Normal View History

2023-11-04 03:41:34 +03:00
[
{
"process_name": "tester",
"process_wasm_path": "/tester.wasm",
2023-12-16 00:21:06 +03:00
"on_exit": "Restart",
2023-11-04 03:41:34 +03:00
"request_networking": true,
2024-01-04 23:43:58 +03:00
"request_capabilities": [
"net:distro:sys",
"kernel:distro:sys",
"http_server:distro:sys",
"vfs:distro:sys"
2023-11-04 03:41:34 +03:00
],
2024-01-04 23:43:58 +03:00
"grant_capabilities": [
"vfs:distro:sys"
2024-01-04 23:43:58 +03:00
],
"public": true
2023-11-04 03:41:34 +03:00
}
]