Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-27 13:22:15 +03:00
parent a6a5d5e145
commit 76b718672c

View file

@ -313,6 +313,16 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="join.tangem.com"
android:scheme="https" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:scheme="https"
android:host="tangem.com"