diff --git a/src/en/lagoonscans/build.gradle b/src/en/lagoonscans/build.gradle new file mode 100644 index 000000000..b616dd388 --- /dev/null +++ b/src/en/lagoonscans/build.gradle @@ -0,0 +1,10 @@ +ext { + extName = 'Lagoon Scans' + extClass = '.LagoonScans' + themePkg = 'mangathemesia' + baseUrl = 'https://lagoonscans.com' + overrideVersionCode = 0 + isNsfw = false +} + +apply from: "$rootDir/common.gradle" diff --git a/src/en/lagoonscans/res/mipmap-hdpi/ic_launcher.png b/src/en/lagoonscans/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..97290daab Binary files /dev/null and b/src/en/lagoonscans/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/lagoonscans/res/mipmap-mdpi/ic_launcher.png b/src/en/lagoonscans/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..a68eba90c Binary files /dev/null and b/src/en/lagoonscans/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/lagoonscans/res/mipmap-xhdpi/ic_launcher.png b/src/en/lagoonscans/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..bac325164 Binary files /dev/null and b/src/en/lagoonscans/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/lagoonscans/res/mipmap-xxhdpi/ic_launcher.png b/src/en/lagoonscans/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..e31429cdc Binary files /dev/null and b/src/en/lagoonscans/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/lagoonscans/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/lagoonscans/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..ba17557b4 Binary files /dev/null and b/src/en/lagoonscans/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/lagoonscans/src/eu/kanade/tachiyomi/extension/en/lagoonscans/LagoonScans.kt b/src/en/lagoonscans/src/eu/kanade/tachiyomi/extension/en/lagoonscans/LagoonScans.kt new file mode 100644 index 000000000..db1d20a50 --- /dev/null +++ b/src/en/lagoonscans/src/eu/kanade/tachiyomi/extension/en/lagoonscans/LagoonScans.kt @@ -0,0 +1,9 @@ +package eu.kanade.tachiyomi.extension.en.lagoonscans + +import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia + +class LagoonScans : MangaThemesia( + "Lagoon Scans", + "https://lagoonscans.com", + "en", +)