From 87c6770aba5aee88705c4cf3ea40d31d0d97300d Mon Sep 17 00:00:00 2001 From: Victor B <39555268+victorbnl@users.noreply.github.com> Date: Thu, 27 Apr 2023 23:13:04 +0200 Subject: Add Gather service (#343) --- recipes/gather/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/gather/package.json (limited to 'recipes/gather/package.json') diff --git a/recipes/gather/package.json b/recipes/gather/package.json new file mode 100644 index 0000000..ab59e6b --- /dev/null +++ b/recipes/gather/package.json @@ -0,0 +1,9 @@ +{ + "id": "gather", + "name": "Gather", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://app.gather.town/app" + } +} -- cgit v1.2.3-54-g00ecf