diff --git a/src/fr/starboundscans/build.gradle b/src/fr/starboundscans/build.gradle new file mode 100644 index 000000000..e6524ffdd --- /dev/null +++ b/src/fr/starboundscans/build.gradle @@ -0,0 +1,9 @@ +ext { + extName = 'Starbound Scans' + extClass = '.StarboundScans' + themePkg = 'keyoapp' + baseUrl = 'https://starboundscans.com' + overrideVersionCode = 0 +} + +apply from: "$rootDir/common.gradle" diff --git a/src/fr/starboundscans/res/mipmap-hdpi/ic_launcher.png b/src/fr/starboundscans/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..ae8e1557c Binary files /dev/null and b/src/fr/starboundscans/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/fr/starboundscans/res/mipmap-mdpi/ic_launcher.png b/src/fr/starboundscans/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..f49f6d2ac Binary files /dev/null and b/src/fr/starboundscans/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/fr/starboundscans/res/mipmap-xhdpi/ic_launcher.png b/src/fr/starboundscans/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..dce67a556 Binary files /dev/null and b/src/fr/starboundscans/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/fr/starboundscans/res/mipmap-xxhdpi/ic_launcher.png b/src/fr/starboundscans/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..a29d96e48 Binary files /dev/null and b/src/fr/starboundscans/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/fr/starboundscans/res/mipmap-xxxhdpi/ic_launcher.png b/src/fr/starboundscans/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..4d4a40d30 Binary files /dev/null and b/src/fr/starboundscans/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/fr/starboundscans/src/eu/kanade/tachiyomi/extension/fr/starboundscans/StarboundScans.kt b/src/fr/starboundscans/src/eu/kanade/tachiyomi/extension/fr/starboundscans/StarboundScans.kt new file mode 100644 index 000000000..d1f461992 --- /dev/null +++ b/src/fr/starboundscans/src/eu/kanade/tachiyomi/extension/fr/starboundscans/StarboundScans.kt @@ -0,0 +1,5 @@ +package eu.kanade.tachiyomi.extension.fr.starboundscans + +import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp + +class StarboundScans : Keyoapp("Starbound Scans", "https://starboundscans.com", "fr")