mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-30 11:53:33 +03:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
[
|
|
{
|
|
"process_name": "main",
|
|
"process_wasm_path": "/app_store.wasm",
|
|
"on_exit": "Restart",
|
|
"request_networking": true,
|
|
"request_capabilities": [
|
|
"terminal:terminal:sys",
|
|
"filesystem:distro:sys",
|
|
"homepage:homepage:sys",
|
|
"http_server:distro:sys",
|
|
"http_client:distro:sys",
|
|
"net:distro:sys",
|
|
"vfs:distro:sys",
|
|
"kernel:distro:sys",
|
|
"eth:distro:sys",
|
|
{
|
|
"process": "eth:distro:sys",
|
|
"params": {
|
|
"root": true
|
|
}
|
|
},
|
|
"sqlite:distro:sys",
|
|
"kv:distro:sys",
|
|
"chess:chess:sys",
|
|
"kns_indexer:kns_indexer:sys",
|
|
{
|
|
"process": "vfs:distro:sys",
|
|
"params": {
|
|
"root": true
|
|
}
|
|
}
|
|
],
|
|
"grant_capabilities": [
|
|
"eth:distro:sys",
|
|
"http_client:distro:sys",
|
|
"http_server:distro:sys",
|
|
"kns_indexer:kns_indexer:sys",
|
|
"terminal:terminal:sys",
|
|
"vfs:distro:sys"
|
|
],
|
|
"public": false
|
|
}
|
|
] |