Changing the colour in the manifest to pure blue worked for me., though it is the colour of the replacement splash screen so I don't understand
"but the Android 12 mandatory splash background is still blue"
as I understood this splash screen replaces the mandatory splash screen.
CreateResource(values, colors.xml,
<resources>
<color name="window">#FF0000FF</color>
</resources>
Nor do I understand this
"Another problem is that the splash screen icon is round, how can I make it rectangular and how can I change its size?"