A Gnome extension that helps you show live tennis scores. Service provider: atptour.com and wtatennis.com
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 11 | Active |
| 10 | Rejected |
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Active |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
1. Please remove `gschemas.compiled`. Not needed for 45+ packages: [EGO Review Guidelines: url](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#metadata-json-must-be-well-formed) 2. Bad xml filename: [EGO Review Guidelines: GSettings Schemas](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#gsettings-schemas) 3. Remove version from import (line 17, 929 `extension.js`). 4. Remove line 168-177 `extension.js` and use `Gio` instead: ```js Gio.AppInfo.launch_default_for_uri(url, null); ``` 5. Add to the description that this extension using `atptour.com` and `wtatennis.com` services. 6. Remove the timeout before creating a new one (line 1417 `extension.js`). 7. You should call `abort()` on disable or destroy (line 79, 766 `extension.js`): [`Soup.Session.abort()`](https://gjs-docs.gnome.org/soup30~3.0/soup.session#method-abort) 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