Add Snow Scans (#4548)
This commit is contained in:
parent
c62cec150f
commit
b4dd656175
10
src/en/snowscans/build.gradle
Normal file
10
src/en/snowscans/build.gradle
Normal file
@ -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"
|
BIN
src/en/snowscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/snowscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
BIN
src/en/snowscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/snowscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
src/en/snowscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/snowscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/en/snowscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/snowscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
src/en/snowscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/snowscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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…
x
Reference in New Issue
Block a user