A neon shape overlay with tinted rain, dust, and glitch flicker reacting to the music on the desktop background, plus optional neon window underglow.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please don't send extensions here without testing. We don't have `connectObject` and `disconnectObject` in `prefs.js`. 2. If you want to cleanup in `prefs.js` the window signal is `close-request`: ```js window.connect('close-request', () => { // clean up here }); ```
1. My bad, Removed all connectObject / disconnectObject usage from prefs.js 2.Added cleanup as suggested