Mangadex: add CC domain to be opened directly. (#2015)
Mangadex: add CC domain to be opened directly.
This commit is contained in:
parent
752bfe1c8f
commit
701cb74b2f
|
@ -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>
|
||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: MangaDex'
|
||||
pkgNameSuffix = 'all.mangadex'
|
||||
extClass = '.MangadexFactory'
|
||||
extVersionCode = 75
|
||||
extVersionCode = 76
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue