Add Android Auto compatibility to your music app

I am using a url link for the player in elementor wordpress.

https://luizseabra.com.br/app-radio-rica-morena/

On android and ios model the music description works, only when synchronized with Bluetooth the music description does not appear in the car multimedia.

According to the https://developer.android.com/ library, some changes must be made to the app’s manifest so that Android Auto can discover the app’s media navigation service and interact with it.

Definir a targetSdkVersion do seu app

https://developer.android.com/training/cars/media/auto#targetSDK

Declarar compatibilidade de mídia com o Android Auto

https://developer.android.com/training/cars/media/auto#manifest-car-app

Link https://developer.android.com/training/cars/media/auto

How can I apply these settings to the file in my music app?