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. */
|
|
|
|
class ArcRelight : MangAdventure(
|
|
|
|
"Arc-Relight",
|
|
|
|
"https://arc-relight.com",
|
2021-06-04 12:13:23 +00:00
|
|
|
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"
|
|
|
|
)
|
|
|
|
)
|