diff --git a/src/tr/tempestscans/build.gradle b/src/tr/tempestscans/build.gradle new file mode 100644 index 000000000..53b2a7bb3 --- /dev/null +++ b/src/tr/tempestscans/build.gradle @@ -0,0 +1,10 @@ +ext { + extName = 'Tempest Scans' + extClass = '.TempestScans' + themePkg = 'mangathemesia' + baseUrl = 'https://tempestscans.net' + overrideVersionCode = 0 + isNsfw = false +} + +apply from: "$rootDir/common.gradle" diff --git a/src/tr/tempestscans/res/mipmap-hdpi/ic_launcher.png b/src/tr/tempestscans/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..079826551 Binary files /dev/null and b/src/tr/tempestscans/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/tr/tempestscans/res/mipmap-mdpi/ic_launcher.png b/src/tr/tempestscans/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..fc9657820 Binary files /dev/null and b/src/tr/tempestscans/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/tr/tempestscans/res/mipmap-xhdpi/ic_launcher.png b/src/tr/tempestscans/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..5f70f7744 Binary files /dev/null and b/src/tr/tempestscans/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/tr/tempestscans/res/mipmap-xxhdpi/ic_launcher.png b/src/tr/tempestscans/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..54239ff31 Binary files /dev/null and b/src/tr/tempestscans/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/tr/tempestscans/res/mipmap-xxxhdpi/ic_launcher.png b/src/tr/tempestscans/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..e89241172 Binary files /dev/null and b/src/tr/tempestscans/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/tr/tempestscans/src/eu/kanade/tachiyomi/extension/tr/tempestscans/TempestScans.kt b/src/tr/tempestscans/src/eu/kanade/tachiyomi/extension/tr/tempestscans/TempestScans.kt new file mode 100644 index 000000000..0a6ff71cc --- /dev/null +++ b/src/tr/tempestscans/src/eu/kanade/tachiyomi/extension/tr/tempestscans/TempestScans.kt @@ -0,0 +1,9 @@ +package eu.kanade.tachiyomi.extension.tr.tempestscans + +import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia + +class TempestScans : MangaThemesia( + "Tempest Scans", + "https://tempestscans.net", + "tr", +)