nectar/modules/app_store/pkg/manifest.json

26 lines
685 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-12-16 00:21:06 +03:00
"on_exit": "Restart",
2023-10-06 07:12:31 +03:00
"request_networking": true,
"request_messaging": [
"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",
{
"process": "vfs:sys:uqbar",
"params": {
"root": true
}
}
2023-10-06 07:12:31 +03:00
],
"public": false
2023-10-06 07:12:31 +03:00
}
]