Mangadex deeplink tweaks
This commit is contained in:
parent
079405c17e
commit
a7cfae1603
@ -286,19 +286,35 @@
|
|||||||
<!-- MangaDex -->
|
<!-- MangaDex -->
|
||||||
<data
|
<data
|
||||||
android:host="mangadex.org"
|
android:host="mangadex.org"
|
||||||
android:pathPattern="/(title|manga)/..*"
|
android:pathPrefix="/title/"
|
||||||
android:scheme="http" />
|
|
||||||
<data
|
|
||||||
android:host="mangadex.org"
|
|
||||||
android:pathPattern="/(title|manga)/..*"
|
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="www.mangadex.org"
|
android:host="www.mangadex.org"
|
||||||
android:pathPattern="/(title|manga)/..*"
|
android:pathPrefix="/title/"
|
||||||
android:scheme="http" />
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="mangadex.org"
|
||||||
|
android:pathPattern="/manga/"
|
||||||
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="www.mangadex.org"
|
android:host="www.mangadex.org"
|
||||||
android:pathPattern="/(title|manga)/..*"
|
android:pathPrefix="/manga/"
|
||||||
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="mangadex.cc"
|
||||||
|
android:pathPrefix="/title/"
|
||||||
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="www.mangadex.cc"
|
||||||
|
android:pathPrefix="/title/"
|
||||||
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="mangadex.cc"
|
||||||
|
android:pathPattern="/manga/"
|
||||||
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="www.mangadex.cc"
|
||||||
|
android:pathPrefix="/manga/"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user