Cordova plugins config block in Capacitor

Can we use cordova-custom-config - npm (npmjs.com) with existing cordova plugin in capacitor project.

In my case, I would like to copy one style file into capacitor-cordova-android-plugins module and apply that style to the manifest. I tried to write in the Android project but this module gets updated on every copy/sync.

Is there any other option to do so?

Can you describe why you want to do that? What and Why are you adding to that Module?

I am using one plugin available for cordova only at the moment. Plugin opens an activity. In order to change theme need to place style file inside res and then update activity style in Manifest.

This can be active with config.xml in cordova.