Add Arven Scans (#3454)

* Add Arven Scans

* Swapped version code back to 0

* Swapped icons for non-outlined version
This commit is contained in:
Smol Ame 2024-06-07 01:25:51 -07:00 committed by Draff
parent 9f164f1b58
commit af196dc76d
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 20 additions and 0 deletions

View File

@ -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

View File

@ -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",
)