Add Varna Scan (#4549)
This commit is contained in:
parent
b4dd656175
commit
15aebe8edb
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Varna Scan'
|
||||||
|
extClass = '.VarnaScan'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://varnascan.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
|
@ -0,0 +1,9 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.en.varnascan
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class VarnaScan : MangaThemesia(
|
||||||
|
"Varna Scan",
|
||||||
|
"https://varnascan.com",
|
||||||
|
"en",
|
||||||
|
)
|
Loading…
Reference in New Issue