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

27 lines
692 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": [
"eth:distro:sys",
"http_client:distro:sys",
"http_server:distro:sys",
"kernel:distro:sys",
2024-02-21 21:54:29 +03:00
"kv:distro:sys",
"sqlite:distro:sys",
"state:distro:sys",
"terminal:distro:sys",
"timer:distro:sys",
"vfs:distro:sys"
2023-11-04 03:41:34 +03:00
],
2024-01-04 23:43:58 +03:00
"grant_capabilities": [
2024-02-21 21:54:29 +03:00
"kv:distro:sys",
"sqlite:distro:sys",
"vfs:distro:sys"
2024-01-04 23:43:58 +03:00
],
"public": true
2023-11-04 03:41:34 +03:00
}
2024-02-21 21:54:29 +03:00
]