nectar/modules/chess/pkg/manifest.json
2024-01-04 15:06:12 -06:00

15 lines
333 B
JSON

[
{
"process_name": "chess",
"process_wasm_path": "/chess.wasm",
"on_exit": "Restart",
"request_networking": true,
"request_capabilities": [
"net:sys:uqbar"
],
"grant_capabilities": [
"http_server:sys:uqbar"
],
"public": true
}
]