Closed miloth closed 4 months ago
Hmm, I would love to add this but I think with MV3 it is no longer possible. I tried following https://github.com/fregante/webext-dynamic-content-scripts/blob/main/how-to-add-github-enterprise-support-to-web-extensions.md but was unable to make it work due to permissions errors, see https://groups.google.com/a/chromium.org/g/chromium-extensions/c/EnUmtHWOI9o?pli=1.
Ah,. actually that thread is outdated and optional_host_permissions
is now shipped in browsers. I'll look into why it wasn't working again.
This has now been released in https://github.com/catppuccin/github-file-explorer-icons/releases/tag/v0.8.0 :)
Unfortunately it may take a few days for the new version to appear on the store, as it requires additional permissions and therefore may have to go under manual human review before approval.
What feature are you envisioning?
Allow the extension to be enabled for custom GHE domains. It could use a similar strategy to Better Pull Resquests for GitHub, implemented in this PR.
PS: I might give it a go when I find some time.