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:scheme="https"
|
||||||
android:host="mangadex.org"
|
android:host="mangadex.org"
|
||||||
android:pathPattern="/manga/..*" />
|
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>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
||||||
appName = 'Tachiyomi: MangaDex'
|
appName = 'Tachiyomi: MangaDex'
|
||||||
pkgNameSuffix = 'all.mangadex'
|
pkgNameSuffix = 'all.mangadex'
|
||||||
extClass = '.MangadexFactory'
|
extClass = '.MangadexFactory'
|
||||||
extVersionCode = 75
|
extVersionCode = 76
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue