From bebcc2faf76f199bdf0012b4d16ff045d3f55ed1 Mon Sep 17 00:00:00 2001 From: vijay sundharapandiyan Date: Wed, 19 Oct 2022 07:30:10 +0530 Subject: Add google groups recipes (#207) Co-authored-by: Vijay A --- recipes/google-groups/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/google-groups/package.json (limited to 'recipes/google-groups/package.json') diff --git a/recipes/google-groups/package.json b/recipes/google-groups/package.json new file mode 100644 index 0000000..7628fbf --- /dev/null +++ b/recipes/google-groups/package.json @@ -0,0 +1,9 @@ +{ + "id": "google-groups", + "name": "Google Groups", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://groups.google.com" + } +} -- cgit v1.2.3-54-g00ecf