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

18 lines
448 B
JSON
Raw Normal View History

2024-10-10 22:21:38 +03:00
[
{
"process_name": "contacts",
"process_wasm_path": "/contacts.wasm",
"on_exit": "Restart",
"request_networking": false,
"request_capabilities": [
"homepage:homepage:sys",
"http_server:distro:sys",
"vfs:distro:sys"
],
"grant_capabilities": [
"http_server:distro:sys",
"vfs:distro:sys"
],
"public": false
}
]