1
1
mirror of https://github.com/uqbar-dao/nectar.git synced 2024-12-29 03:21:33 +03:00
nectar/modules/chess/pkg/manifest.json

16 lines
331 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-12-16 00:21:06 +03:00
"on_exit": "Restart",
2023-10-06 07:12:31 +03:00
"request_networking": true,
2024-01-04 23:43:58 +03:00
"request_capabilities": [
2023-12-08 00:22:44 +03:00
"net:sys:uqbar"
],
"grant_messaging": [
"http_server:sys:uqbar"
2023-10-06 07:12:31 +03:00
],
2023-12-08 00:22:44 +03:00
"public": true
2023-10-06 07:12:31 +03:00
}
2023-10-10 02:31:49 +03:00
]