A GPU profile switcher designed to work with PRIME (prime-select)
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. `lookupByURL()` is a bad practice (line 29 `lib/Utility.js`). You can send `this` from the entry point to the class needing it when it's possible (dependency injection). and then use `path` for `getIconForProfile()`. 2. Unused imports: - line 4 `lib/Utility.js` - line 2-9 `extension.js` Wanna fix and send it again?