<manifest xmlns:android="http://schemas.android.com/apk/res/android">
    <application>
        <provider
            android:name=".RNWidgetImageProvider"
            android:authorities="${applicationId}.rnwidget.imageprovider"
            android:exported="true"
        />
    </application>
</manifest>
