Change mangadex deeplink to PathPrefix deeplinks

This commit is contained in:
Jobobby04 2020-12-25 23:58:59 -05:00
parent 1dcf161131
commit d392b58ced

View File

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