Change mangadex deeplink to PathPrefix deeplinks
This commit is contained in:
parent
1dcf161131
commit
d392b58ced
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user