A GNOME extension to change ROGs' keyboard color.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Please remove line 106 `extension.js`. `lookupByUUID` is a bad practice. `this` is the extension object in the entry point. So you can do: ```js this._indicator = new Indicator(this); ```