nectar/kinode/packages/contacts/pkg/manifest.json
2024-10-28 21:14:03 -07:00

21 lines
509 B
JSON

[
{
"process_name": "contacts",
"process_wasm_path": "/contacts.wasm",
"on_exit": "Restart",
"request_networking": false,
"request_capabilities": [
"eth:distro:sys",
"homepage:homepage:sys",
"http-server:distro:sys",
"vfs:distro:sys"
],
"grant_capabilities": [
"eth:distro:sys",
"http-server:distro:sys",
"vfs:distro:sys"
],
"public": false
}
]