nectar/modules/app_store/pkg/manifest.json

21 lines
583 B
JSON
Raw Normal View History

2023-10-06 07:12:31 +03:00
[
{
2023-10-16 22:56:26 +03:00
"process_name": "main",
"process_wasm_path": "/app_store.wasm",
2023-10-06 07:12:31 +03:00
"on_panic": "Restart",
"request_networking": true,
"request_messaging": [
"http_bindings:http_bindings:uqbar",
"terminal:terminal:uqbar",
"filesystem:sys:uqbar",
"http_server:sys:uqbar",
"http_client:sys:uqbar",
"encryptor:sys:uqbar",
"net:sys:uqbar",
"vfs:sys:uqbar",
"kernel:sys:uqbar",
"eth_rpc:sys:uqbar"
2023-10-06 07:12:31 +03:00
],
"public": false
2023-10-06 07:12:31 +03:00
}
]