aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-calendar/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-08-08 07:11:16 +0530
committerLibravatar GitHub <noreply@github.com>2023-08-08 07:11:16 +0530
commit6770f562306ea0e742bf274654fe34b6abaeff92 (patch)
tree92e1780587a2f3d80f5e6ae80ad890a8ca1d828f /recipes/google-calendar/package.json
parentci: modernize github actions (diff)
downloadferdium-recipes-6770f562306ea0e742bf274654fe34b6abaeff92.tar.gz
ferdium-recipes-6770f562306ea0e742bf274654fe34b6abaeff92.tar.zst
ferdium-recipes-6770f562306ea0e742bf274654fe34b6abaeff92.zip
Update google-calendar recipe to load external scripts to fix CSP error (#402)
* Update google-calendar recipe to load external scripts to fix CSP error https://github.com/ferdium/ferdium-app/issues/1086\#issuecomment-1656926137 * use Ferdium.handleDarkMode() in google-calendar webview to be able to toggle between light and dark mode --------- Co-authored-by: MCMXC <16797721+mcmxcdev@users.noreply.github.com>
Diffstat (limited to 'recipes/google-calendar/package.json')
-rw-r--r--recipes/google-calendar/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/google-calendar/package.json b/recipes/google-calendar/package.json
index 79e94fe..a7dc23a 100644
--- a/recipes/google-calendar/package.json
+++ b/recipes/google-calendar/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "google-calendar", 2 "id": "google-calendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "2.4.0", 4 "version": "2.4.1",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [ 6 "aliases": [
7 "google-calendar", 7 "google-calendar",