A Google Tasks widget in the notification center. This extension is not affiliated, funded, or in any way associated with Google. Dependencies: - Debian-based: `sudo apt install gir1.2-goa-1.0` - openSUSE: `sudo zypper install typelib-1_0-Goa-1_0` - Arch-based: works out of the box
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please fix the empty lines between functions and classes. 2. Remove the version from import (line 6 `tasksManager.js`). 3. Please add this to the description: > This extension is not affiliated, funded, or in any way associated with Google. 4. What's the use of catching error since you are still using `throw e` in `tasksManager.js`? Remove try-catch block if you want to still throw. 5. Timeout should be removed on destroy and before creating a new one (line 444 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions