Skip to content

Commit

Permalink
Add Vortex Scans Free (#6889)
Browse files Browse the repository at this point in the history
* Add Vortex Scans Free

* Change
  • Loading branch information
mrtear authored Dec 30, 2024
1 parent d1f371c commit 300e4bb
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/en/vortexscansfree/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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",
)

0 comments on commit 300e4bb

Please sign in to comment.