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:
E3FxGaming 2020-04-08 16:06:23 +02:00 committed by GitHub
parent a7ed2e1bc9
commit f22e64c784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

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

View File

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