Add Snow Scans (#4548)
This commit is contained in:
parent
c62cec150f
commit
b4dd656175
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Snow Scans'
|
||||
extClass = '.SnowScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://snowscans.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -0,0 +1,10 @@
|
|||
package eu.kanade.tachiyomi.extension.en.snowscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class SnowScans : MangaThemesia(
|
||||
"Snow Scans",
|
||||
"https://snowscans.com",
|
||||
"en",
|
||||
mangaUrlDirectory = "/series",
|
||||
)
|
Loading…
Reference in New Issue