nectar/modules/chess/pkg/manifest.json

14 lines
340 B
JSON

[
{
"process_name": "chess",
"process_wasm_path": "chess.wasm",
"on_panic": "Restart",
"request_networking": true,
"request_messaging": [
"http_bindings:sys:uqbar",
"encryptor:sys:uqbar",
"http_server:sys:uqbar"
],
"grant_messaging": []
}
]