Air raid alerts monitoring in Ukraine. Uses ubilling.net.ua API to monitor air raid alerts status in selected region. Моніторинг повітряних тривог в Україні. Використовує API ubilling.net.ua для моніторингу статусу повітряних тривог у вибраному регіоні.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 2 | Rejected |
| 1 | Rejected |
1. This extension is not 45 compatible: [Port Guide 45: ESM](https://gjs.guide/extensions/upgrading/gnome-shell-45.html) 2. Please use the sound player as mentioned in [GNOME Matrix channel](https://matrix.to/#/!hCGqHbXRuMrvWnudnP:gnome.org/$PpZCxmZF9WLJIbftjBOyfbw7SAz6arQ46pwkum-OCOA?via=gnome.org&via=matrix.org&via=envs.net) (line 60 `extension.js`). 3. Use `console.*` instead of `log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 4. Please also add English description. 5. Add to the description that this extension is using `ubilling.net.ua`. 6. Move line 10 `extension.js` to `init()`. 7. Also null out in disable: ```js settings = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 8. Move line 316 `extension.js` to enable: [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 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