Start a focus timer from a Google Tasks task.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-004 warning
extensions should avoid synchronous file IO in shell code
Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.
lib/sessionLogger.js:39
file.load_contents(null)
lib/utils.js:78
Gio.File.new_for_path(CONFIG_PATH).load_contents(null)