I am in need to add some tags to the AndroidManifest.xml file which is found under
AndroidManifest.xml
platforms\\android\\AndroidManifest.xml
As I h
There is a plugin for that:
https://www.npmjs.com/package/cordova-custom-config
By using this plugin you can modify all the platform specific things (iOS and Android) and you get a clean cordova envirement.