Skip to content

extensionUtils: Add InjectionManager

Florian Müllner requested to merge fmuellner/gnome-shell:injection-manager into main

It is fairly common for extensions to monkey-patch existing classes. Add a small helper class that makes this a tad bit more convenient.

Merge request reports