aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--all.json2
-rw-r--r--recipes/googlecalendar/package.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/all.json b/all.json
index 3489a43..ddc9bfd 100644
--- a/all.json
+++ b/all.json
@@ -554,7 +554,7 @@
554 "featured": false, 554 "featured": false,
555 "id": "googlecalendar", 555 "id": "googlecalendar",
556 "name": "Google Calendar", 556 "name": "Google Calendar",
557 "version": "1.0.4", 557 "version": "1.0.5",
558 "icons": { 558 "icons": {
559 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/googlecalendar/icon.png", 559 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/googlecalendar/icon.png",
560 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/googlecalendar/icon.svg" 560 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/googlecalendar/icon.svg"
diff --git a/recipes/googlecalendar/package.json b/recipes/googlecalendar/package.json
index 29d4724..abe44f9 100644
--- a/recipes/googlecalendar/package.json
+++ b/recipes/googlecalendar/package.json
@@ -1,13 +1,14 @@
1{ 1{
2 "id": "googlecalendar", 2 "id": "googlecalendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "1.0.4", 4 "version": "1.0.5",
5 "description": "Google Calendar", 5 "description": "Google Calendar",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Rico Herwig <rherwig4711@gmail.com>", 7 "author": "Rico Herwig <rherwig4711@gmail.com>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://calendar.google.com/calendar", 10 "serviceURL": "https://calendar.google.com/calendar",
11 "hasCustomUrl": true,
11 "hasNotificationSound": true, 12 "hasNotificationSound": true,
12 "hasDirectMessages": true, 13 "hasDirectMessages": true,
13 "openDevTools": true 14 "openDevTools": true