Set custom color of header in multitasking (Android 5.0+)

Is there any plugin to Cordova which add possibility to set custom color of header in multitasking view?
I think about something like this:

Thanks.

I’m also interested, did you found a solution ?

I found this cordova plugin. It works really well for my project.

https://github.com/doctolib/cordova-plugin-overview

I created a plugin called HeaderColor for cordova (only for Android devices) that does what you want. I hope it helps you.

Installation:

cordova plugin add cordova-plugin-headercolor

###Usage:

window.plugins.headerColor.tint("#becb29");

###Result:

###Github: