Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 22 | Unreviewed |
| 21 | Active |
| 20 | Rejected |
| 19 | Inactive |
| 18 | Inactive |
| 17 | Inactive |
| 16 | Inactive |
| 15 | Inactive |
| 14 | Inactive |
| 13 | Inactive |
| 12 | Inactive |
| 11 | Inactive |
| 10 | Inactive |
| 9 | Inactive |
| 8 | Rejected |
| 7 | Inactive |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Inactive |
| 2 | Rejected |
| 1 | Rejected |
1. URL in `metadata.json` points to 404. 2. Please fix the indentation (line 216 `dataPOM.js`). 3. As mentioned before, you have `this.path` in the entry point. So remove 43-53 `indicateurPOM.js` and pass `this.path` to the `MoonPhaseIndicator._init()`. 4. Don't use old imports in 45+ extensions (line 238 `indicateurPOM.js`). Use the ESM: ```js import GdkPixbuf from 'gi://GdkPixbuf'; ```