2021-02-11 15:48:48 +00:00
|
|
|
package eu.kanade.tachiyomi.extension.en.arcrelight
|
|
|
|
|
|
|
|
import eu.kanade.tachiyomi.multisrc.mangadventure.MangAdventure
|
|
|
|
|
|
|
|
/** Arc-Relight source. */
|
2021-10-04 11:30:20 +00:00
|
|
|
class ArcRelight : MangAdventure("Arc-Relight", "https://arc-relight.com") {
|
|
|
|
override val categories = listOf(
|
2021-02-11 15:48:48 +00:00
|
|
|
"4-Koma",
|
|
|
|
"Chaos;Head",
|
|
|
|
"Collection",
|
|
|
|
"Comedy",
|
|
|
|
"Drama",
|
|
|
|
"Jubilee",
|
|
|
|
"Mystery",
|
|
|
|
"Psychological",
|
|
|
|
"Robotics;Notes",
|
|
|
|
"Romance",
|
|
|
|
"Sci-Fi",
|
|
|
|
"Seinen",
|
|
|
|
"Shounen",
|
|
|
|
"Steins;Gate",
|
|
|
|
"Supernatural",
|
|
|
|
"Tragedy"
|
|
|
|
)
|
2021-10-04 11:30:20 +00:00
|
|
|
}
|