URP will be supported built-in starting from version 4.4.
You can also make it happen in older versions if you are familiar with SRP. Create a ScriptableRendererFeature and setup a BeforeRenderingOpaques render pass, draw a mesh like what is done in CameraImageRenderer by reusing its material, then add this render feature to your Forward Renderer asset.