Creates an invisible system tray (TopIcons) for apps (like MEGAsync) that won't run properly without one.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. You should call `unmanage_screen()` on the `TrayManager` instance: [Shell.TrayManager.unmanage_screen()](https://gjs-docs.gnome.org/shell14~14/shell.traymanager#method-unmanage_screen) 2. I didn't test it but is `Main.panel` the correct widget in line 27 `extension.js`? Where does it get applied in the panel?
> Where does it get applied in the panel? Well it's not visible, but it seems to work. I just copied it from [TopIconsFix](https://extensions.gnome.org/extension/1674/topiconsfix/).