nectar/modules/terminal/pkg/manifest.json
2023-12-29 11:19:54 -05:00

15 lines
327 B
JSON

[
{
"process_name": "terminal",
"process_wasm_path": "/terminal.wasm",
"on_exit": "Restart",
"request_networking": true,
"request_messaging": [
"net:sys:uqbar",
"http_client:sys:uqbar",
"kernel:sys:uqbar"
],
"public": true
}
]