Android TV drawable/banner in app.json

Is there a way to add a banner icon when using managed expo? - Is there a property I missed in the app.json?

<application
    ...
    android:banner="@drawable/banner" >

    ...
</application>

I have managed to make my app completely using the managed expo and it seems like a waste if I need to eject just to add a tv banner icon.

Thanks for any solutions or answers :slight_smile: