Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. You forgot to use `this` for disconnecting the object (line 483 `extension.js`). 2. Please remove `_extension.js` and `_prefs.js` files. 3. `apps/recents.js` should start with shebang: ```js #!/usr/bin/env -S gjs -m ``` 4. Also use ESM and GTK4 in `apps/recents.js`.