Add Arven Scans (#3454)
* Add Arven Scans * Swapped version code back to 0 * Swapped icons for non-outlined version
This commit is contained in:
parent
9f164f1b58
commit
af196dc76d
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Arven Scans'
|
||||||
|
extClass = '.ArvenComics'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://arvencomics.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,10 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.en.arvencomics
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class ArvenComics : MangaThemesia(
|
||||||
|
"Arven Scans",
|
||||||
|
"https://arvencomics.com",
|
||||||
|
"en",
|
||||||
|
mangaUrlDirectory = "/series",
|
||||||
|
)
|
Loading…
Reference in New Issue