Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Lang is a deprecated module. Please remove it for the next version: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#general-advice Learn how to remove Lang from your code: https://gjs.guide/guides/gjs/legacy-class-syntax.html 2. Also do this in disable: ```js menuSholat = null; ``` 3. Please remove stylesheet.css since you are not using it: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files 4. Rejected because you cannot create objects in global scope which is the same as init (line 579 PrayTimes.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization To fix that, create that instance in enable and null that out in disable. 5. Unused `Soup` import (line 3 extension.js) If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions