aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googledrive/package.json
diff options
context:
space:
mode:
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}