Mangadex: add CC domain to be opened directly. (#2015)

Mangadex: add CC domain to be opened directly.
This commit is contained in:
ZaneHannanAU 2020-01-08 22:23:16 +10:00 committed by arkon
parent 752bfe1c8f
commit 701cb74b2f
2 changed files with 9 additions and 1 deletions

View File

@ -17,6 +17,14 @@
android:scheme="https"
android:host="mangadex.org"
android:pathPattern="/manga/..*" />
<data
android:scheme="https"
android:host="mangadex.cc"
android:pathPattern="/title/..*" />
<data
android:scheme="https"
android:host="mangadex.cc"
android:pathPattern="/manga/..*" />
</intent-filter>
</activity>
</application>

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: MangaDex'
pkgNameSuffix = 'all.mangadex'
extClass = '.MangadexFactory'
extVersionCode = 75
extVersionCode = 76
libVersion = '1.2'
}