bapeey 197af33519
TMO: Update domain (#18679)
Update domain
2023-10-23 13:46:01 -03:00

24 lines
870 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name=".es.tumangaonline.TuMangaOnlineUrlActivity"
android:excludeFromRecents="true"
android:exported="true"
android:theme="@android:style/Theme.NoDisplay">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="visortmo.com"
android:pathPattern="/library/..*/..*/..*"
android:scheme="https" />
</intent-filter>
</activity>
</application>
</manifest>