nectar/modules/chess/pkg/manifest.json
2023-10-06 00:12:31 -04:00

13 lines
283 B
JSON

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