nectar/modules/chess/pkg/manifest.json

15 lines
352 B
JSON
Raw Normal View History

2023-10-06 07:12:31 +03:00
[
{
"process_name": "chess",
2023-10-10 02:31:49 +03:00
"process_wasm_path": "/chess.wasm",
2023-10-06 07:12:31 +03:00
"on_panic": "Restart",
"request_networking": true,
"request_messaging": [
"http_bindings:http_bindings:uqbar",
"encryptor:sys:uqbar",
"http_server:sys:uqbar"
2023-10-06 07:12:31 +03:00
],
"grant_messaging": []
}
2023-10-10 02:31:49 +03:00
]