nectar/modules/app_tracker/pkg/manifest.json

21 lines
482 B
JSON
Raw Normal View History

2023-10-06 07:12:31 +03:00
[
{
"process_name": "app_tracker",
"process_wasm_path": "app_tracker.wasm",
"on_panic": "Restart",
"request_networking": true,
"request_messaging": [
"http_bindings",
"terminal",
"filesystem",
"http_server",
"http_client",
"encryptor",
"net",
"vfs",
"kernel",
"eth_rpc"
],
"grant_messaging": []
}
]