aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 2467ab706..b8af16419 100644
--- a/src/config.js
+++ b/src/config.js
@@ -60,6 +60,7 @@ export const TODO_APPS = {
60 'https://app.nozbe.com/#login': 'Nozbe', 60 'https://app.nozbe.com/#login': 'Nozbe',
61 'https://www.rememberthemilk.com/login/': 'Remember The Milk', 61 'https://www.rememberthemilk.com/login/': 'Remember The Milk',
62 'https://desktop.any.do/': 'Any.do', 62 'https://desktop.any.do/': 'Any.do',
63 'https://tasks.google.com/embed/?origin=https%3A%2F%2Fcalendar.google.com&fullWidth=1': 'Google Tasks',
63 isUsingCustomTodoService: 'Other service', 64 isUsingCustomTodoService: 'Other service',
64}; 65};
65 66