Mangadex deeplink tweaks

This commit is contained in:
Jobobby04 2020-10-26 19:39:37 -04:00
parent 079405c17e
commit a7cfae1603

View File

@ -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>