parent
a83f7d4f97
commit
bd0f21c65e
10
src/en/vortexscansfree/build.gradle
Normal file
10
src/en/vortexscansfree/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Vortex Scans Free (unoriginal)'
|
||||||
|
extClass = '.VortexScansFree'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://vortexscansfree.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/vortexscansfree/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/vortexscansfree/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
src/en/vortexscansfree/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/vortexscansfree/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
src/en/vortexscansfree/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/vortexscansfree/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
src/en/vortexscansfree/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/vortexscansfree/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/en/vortexscansfree/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/vortexscansfree/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -0,0 +1,9 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.vortexscansfree
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class VortexScansFree : MangaThemesia(
|
||||||
|
"Vortex Scans Free (unoriginal)",
|
||||||
|
"https://vortexscansfree.com",
|
||||||
|
"en",
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user