aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googledrive/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-12 05:17:05 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-12 05:17:05 +0530
commit3acb0f0eed5784d25c0f8396362049942c2742fb (patch)
treef20b5bcad969fe9dbda92457017a5c1dc40c68bc /recipes/googledrive/package.json
parentAdd Meetup recipe #389 (#735) (diff)
downloadferdium-recipes-3acb0f0eed5784d25c0f8396362049942c2742fb.tar.gz
ferdium-recipes-3acb0f0eed5784d25c0f8396362049942c2742fb.tar.zst
ferdium-recipes-3acb0f0eed5784d25c0f8396362049942c2742fb.zip
Merged 'drive' into 'googledrive' recipe. (fixes #2055)
Diffstat (limited to 'recipes/googledrive/package.json')
-rw-r--r--recipes/googledrive/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/googledrive/package.json b/recipes/googledrive/package.json
index 7ee22ae..97bc395 100644
--- a/recipes/googledrive/package.json
+++ b/recipes/googledrive/package.json
@@ -1,10 +1,11 @@
1{ 1{
2 "id": "googledrive", 2 "id": "googledrive",
3 "name": "Google Drive", 3 "name": "Google Drive",
4 "version": "2.1.0", 4 "version": "2.1.1",
5 "repository": "https://github.com/BrianGilbert/franz-recipe-tawk", 5 "repository": "https://github.com/BrianGilbert/franz-recipe-tawk",
6 "license": "MIT", 6 "license": "MIT",
7 "config": { 7 "config": {
8 "serviceURL": "https://drive.google.com/" 8 "serviceURL": "https://drive.google.com/",
9 "hasNotificationSound": true
9 } 10 }
10} 11}