More mangadex deeplink tweaks

This commit is contained in:
Jobobby04 2020-10-26 21:51:28 -04:00
parent 24be0aa50b
commit 6142e9be1c

View File

@ -285,37 +285,38 @@
<!-- MangaDex -->
<data
android:host="mangadex.org"
android:pathPrefix="/title/"
android:scheme="https" />
<data
android:scheme="https"
android:host="www.mangadex.org"
android:pathPrefix="/title/"
android:scheme="https" />
android:pathPattern="/manga/..*" />
<data
android:scheme="https"
android:host="mangadex.org"
android:pathPattern="/manga/"
android:scheme="https" />
android:pathPattern="/manga/..*" />
<data
android:scheme="https"
android:host="www.mangadex.cc"
android:pathPattern="/manga/..*" />
<data
android:scheme="https"
android:host="www.mangadex.cc"
android:pathPattern="/manga/..*" />
<data
android:scheme="https"
android:host="www.mangadex.org"
android:pathPrefix="/manga/"
android:scheme="https" />
android:pathPattern="/title/..*" />
<data
android:host="mangadex.cc"
android:pathPrefix="/title/"
android:scheme="https" />
android:scheme="https"
android:host="mangadex.org"
android:pathPattern="/title/..*" />
<data
android:scheme="https"
android:host="www.mangadex.cc"
android:pathPrefix="/title/"
android:scheme="https" />
<data
android:host="mangadex.cc"
android:pathPattern="/manga/"
android:scheme="https" />
android:pathPattern="/title/..*" />
<data
android:scheme="https"
android:host="www.mangadex.cc"
android:pathPrefix="/manga/"
android:scheme="https" />
android:pathPattern="/title/..*" />
</intent-filter>
</activity>
<activity