Nowadays in Cordova, we can use and in our config.xml to make simple custom changes to AndroidManifest.xml.
Examples copied from the docs:
Note: to use the android: namespace in your config.xml, you need to add xmlns:android="http://schemas.android.com/apk/res/android" to the root element.