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 |
I added and redid everything in the second version
1. You are still using old `imports` in `extension.js`: [Port Guide 45: ESM](https://gjs.guide/extensions/upgrading/gnome-shell-45.html) 2. Please remove line 412-416 `extension.js`. Not needed. 3. You should export the class as default (line 348 `extension.js`). 4. Remove line 374-399 since they aren't related to the `Extension` class.