Added www Mangadex subdomain to open directly (#2614)
While Google search results lead to mangadex.org websites, other search engines such as Duckduckgo and Bing lead to www.mangadex.org websites. Changed extension manifest to handle www.mangadex.org
This commit is contained in:
parent
a7ed2e1bc9
commit
f22e64c784
|
@ -13,6 +13,10 @@
|
|||
android:scheme="https"
|
||||
android:host="mangadex.org"
|
||||
android:pathPattern="/title/..*" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="www.mangadex.org"
|
||||
android:pathPattern="/title/..*" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="mangadex.org"
|
||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: MangaDex'
|
||||
pkgNameSuffix = 'all.mangadex'
|
||||
extClass = '.MangadexFactory'
|
||||
extVersionCode = 87
|
||||
extVersionCode = 88
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue