nectar/modules/terminal/pkg/manifest.json
2024-01-04 14:43:58 -06:00

15 lines
330 B
JSON

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