parent
a83f7d4f97
commit
bd0f21c65e
|
@ -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"
|
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
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…
Reference in New Issue