From 20c67b8c9f138acd86bc8c18f2b6fff4f57b3aea Mon Sep 17 00:00:00 2001 From: Drew Tada Date: Thu, 4 Jan 2024 15:06:12 -0600 Subject: [PATCH] grant_messaging -> grant_capabilities --- modules/app_store/pkg/manifest.json | 2 +- modules/chess/pkg/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/app_store/pkg/manifest.json b/modules/app_store/pkg/manifest.json index fc706ae5..df728c48 100644 --- a/modules/app_store/pkg/manifest.json +++ b/modules/app_store/pkg/manifest.json @@ -20,7 +20,7 @@ } } ], - "grant_messaging": [ + "grant_capabilities": [ "http_server:sys:uqbar", "terminal:terminal:uqbar", "vfs:sys:uqbar" diff --git a/modules/chess/pkg/manifest.json b/modules/chess/pkg/manifest.json index 951c2937..87f51417 100644 --- a/modules/chess/pkg/manifest.json +++ b/modules/chess/pkg/manifest.json @@ -7,9 +7,9 @@ "request_capabilities": [ "net:sys:uqbar" ], - "grant_messaging": [ + "grant_capabilities": [ "http_server:sys:uqbar" ], "public": true } -] +] \ No newline at end of file