From dfd148ba5596af264009783bc729a52390a833e0 Mon Sep 17 00:00:00 2001 From: bitful-pannul Date: Thu, 11 Jan 2024 13:05:03 -0300 Subject: [PATCH] chat: request http and vfs messaging caps --- src/new/templates/rust/no-ui/chat/pkg/manifest.json | 2 +- src/new/templates/rust/ui/chat/pkg/manifest.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/new/templates/rust/no-ui/chat/pkg/manifest.json b/src/new/templates/rust/no-ui/chat/pkg/manifest.json index ee57ab80..651f906f 100644 --- a/src/new/templates/rust/no-ui/chat/pkg/manifest.json +++ b/src/new/templates/rust/no-ui/chat/pkg/manifest.json @@ -10,4 +10,4 @@ "grant_capabilities": [], "public": true } -] +] \ No newline at end of file diff --git a/src/new/templates/rust/ui/chat/pkg/manifest.json b/src/new/templates/rust/ui/chat/pkg/manifest.json index ee57ab80..2183ddb0 100644 --- a/src/new/templates/rust/ui/chat/pkg/manifest.json +++ b/src/new/templates/rust/ui/chat/pkg/manifest.json @@ -5,9 +5,11 @@ "on_exit": "Restart", "request_networking": true, "request_capabilities": [ - "net:sys:nectar" + "net:sys:nectar", + "vfs:sys:nectar", + "http_server:sys:nectar" ], "grant_capabilities": [], "public": true } -] +] \ No newline at end of file