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

15 lines
351 B
JSON
Raw Normal View History

2023-10-06 07:12:31 +03:00
[
{
"process_name": "homepage",
2023-10-10 02:31:49 +03:00
"process_wasm_path": "/homepage.wasm",
2023-12-16 00:21:06 +03:00
"on_exit": "Restart",
2023-10-06 07:12:31 +03:00
"request_networking": false,
2024-01-04 23:43:58 +03:00
"request_capabilities": [
"http_server:distro:sys"
2024-01-05 20:27:25 +03:00
],
"grant_capabilities": [
"http_server:distro:sys"
2023-10-06 07:12:31 +03:00
],
"public": false
2023-10-06 07:12:31 +03:00
}
2024-01-05 20:27:25 +03:00
]