Injection overhaul
This release moves the patcher over from simply patching the existing JS files to instead pointing package.json to a wrapper.js script, which sets everything up before the application starts.
This should make it far, far more robust to future changes to the application, which is why I've switched it to updating to new versions of it by default, even if they're unverified.