From 880d4c975c64c60b76e726a3b35da42e8bef46cd Mon Sep 17 00:00:00 2001 From: "Lin, Yong Xiang" Date: Mon, 30 Jan 2023 19:12:14 +0800 Subject: [PATCH] Add google tasks preset (#63) --- src/settings.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/settings.ts b/src/settings.ts index ac7d6af..8d8a361 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -108,7 +108,18 @@ html > body > div:first-child > header:first-child > div > div:first-child > div zoomLevel: 1, forceIframe: false, customCss: "" - } + }, + 'google task': { + url: 'https://tasks.google.com/embed/?origin=https://calendar.google.com&fullWidth=1', + displayName: 'Google Task', + icon: 'list-checks', + hideOnMobile: true, + addRibbonIcon: false, + openInCenter: false, + zoomLevel: 1, + forceIframe: false, + customCss: '' + } }; export interface CustomFramesSettings {