1
1
mirror of https://github.com/uqbar-dao/nectar.git synced 2024-12-21 15:41:47 +03:00
nectar/kinode/packages/contacts/pkg/manifest.json
2024-10-16 17:10:03 -04:00

20 lines
508 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
}
]