<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.eladcohen.capainstallref.capacitorinstallreferrer">
  <application>
    <receiver android:exported="true" android:name="com.eladcohen.capainstallref.Receiver">
      <intent-filter>
        <action android:name="com.android.vending.INSTALL_REFERRER" />
      </intent-filter>
    </receiver>
  </application>
</manifest>
  