Actually you can already raise the target to 32 (which is actually the default one by cordova now).
Ah, I assumed 32 was for Android 13 beta, but you're right, it's for Android 12L apparently. I've updated the next beta to target API 32.
ShowSplashScreenSpinner
SplashMaintainAspectRatio
Removing these is a bit tricky: ShowSplashScreenSpinner is still documented as affecting iOS, and SplashMaintainAspectRatio still applies for legacy Android builds. I've removed the latter from the latest builds though as it is indeed no longer a documented property.
Also it would be handy if you added these lines to the config.xml
Those tags are already the defaults, and I'd rather not re-specify the defaults, as the defaults can change and tracking the defaults manually adds to maintenance headaches in the long run.
Also as mentioned in the bug tracker, the icon is not handled correctly at the moment, but there is an easy fix for it.
I don't see a report for this, and it looked OK in my testing. Did you mean to file an issue?
Also, would it be possible to format the config.xml file?
I didn't realise it wasn't formatted! I always looked at it in an auto-formatting tool. I added formatting for the next beta.
Also, any particular reason you still have a config.json?
That's used by the build service.