aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-groups/package.json
diff options
context:
space:
mode:
authorLibravatar vijay sundharapandiyan <vijaycenation14@gmail.com>2022-10-19 07:30:10 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-19 02:00:10 +0000
commitbebcc2faf76f199bdf0012b4d16ff045d3f55ed1 (patch)
tree5295fba0abf99fee8c343c7bb06c9c1da9744f0c /recipes/google-groups/package.json
parentFix: Unread count stays at 1 when all emails are read (#178) (diff)
downloadferdium-recipes-bebcc2faf76f199bdf0012b4d16ff045d3f55ed1.tar.gz
ferdium-recipes-bebcc2faf76f199bdf0012b4d16ff045d3f55ed1.tar.zst
ferdium-recipes-bebcc2faf76f199bdf0012b4d16ff045d3f55ed1.zip
Add google groups recipes (#207)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'recipes/google-groups/package.json')
-rw-r--r--recipes/google-groups/package.json9
1 files changed, 9 insertions, 0 deletions
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 @@
1{
2 "id": "google-groups",
3 "name": "Google Groups",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://groups.google.com"
8 }
9}