nectar/modules/tester/pkg/manifest.json
2023-12-15 16:21:06 -05:00

16 lines
322 B
JSON

[
{
"process_name": "tester",
"process_wasm_path": "/tester.wasm",
"on_exit": "Restart",
"request_networking": true,
"request_messaging": [
"net:sys:uqbar"
],
"grant_messaging": [
"vfs:sys:uqbar"
],
"public": true
}
]