nectar/kinode/packages/settings/pkg/manifest.json

36 lines
939 B
JSON
Raw Normal View History

2024-04-22 22:14:59 +03:00
[
{
"process_name": "settings",
"process_wasm_path": "/settings.wasm",
"on_exit": "Restart",
"request_networking": true,
2024-04-22 22:14:59 +03:00
"request_capabilities": [
2024-04-29 20:43:18 +03:00
"eth:distro:sys",
2024-04-30 16:27:53 +03:00
{
"process": "eth:distro:sys",
"params": {
"root": true
}
},
2024-04-22 22:14:59 +03:00
"homepage:homepage:sys",
"http_server:distro:sys",
"kernel:distro:sys",
2024-04-22 22:14:59 +03:00
"net:distro:sys",
"vfs:distro:sys",
{
"process": "vfs:distro:sys",
"params": {
"root": true
}
}
2024-04-22 22:14:59 +03:00
],
2024-04-29 20:43:18 +03:00
"grant_capabilities": [
"eth:distro:sys",
"http_server:distro:sys",
"kernel:distro:sys",
"net:distro:sys",
"vfs:distro:sys"
2024-04-29 20:43:18 +03:00
],
2024-04-22 22:14:59 +03:00
"public": false
}
]