nectar/modules/app_store/pkg/manifest.json

34 lines
938 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,
2024-01-04 23:43:58 +03:00
"request_capabilities": [
"terminal:terminal:sys",
"filesystem:distro:sys",
"http_server:distro:sys",
"http_client:distro:sys",
"net:distro:sys",
"vfs:distro:sys",
"kernel:distro:sys",
"eth:distro:sys",
"sqlite:distro:sys",
"kv:distro:sys",
2024-01-18 00:21:02 +03:00
"chess:chess:sys",
"kns_indexer:kns_indexer:sys",
{
"process": "vfs:distro:sys",
"params": {
"root": true
}
}
2023-10-06 07:12:31 +03:00
],
2024-01-05 00:06:12 +03:00
"grant_capabilities": [
"http_server:distro:sys",
"terminal:terminal:sys",
"vfs:distro:sys"
],
"public": false
2023-10-06 07:12:31 +03:00
}
2024-01-18 00:21:02 +03:00
]