Add singbox deeplink

This commit is contained in:
problematicconsumer
2023-08-26 23:35:17 +03:30
parent 2ecb781f60
commit b97dde60ff
3 changed files with 26 additions and 13 deletions

View File

@@ -44,9 +44,15 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="clash" />
<data android:scheme="clashmeta" />
<data android:host="install-config"/>
<data
android:host="import-remote-profile"
android:scheme="sing-box" />
<data
android:host="install-config"
android:scheme="clash" />
<data
android:host="install-config"
android:scheme="clashmeta" />
</intent-filter>
</activity>
<service