Mangaboss: Renaming source and new icons ()

* changes to code

* change icons
This commit is contained in:
OncePunchedMan 2023-04-25 19:19:52 +02:00 committed by GitHub
parent df48c23378
commit 6d6c4aa04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 1 deletions
multisrc
overrides/madara/mangaboss
src/main/java/eu/kanade/tachiyomi/multisrc/madara

Binary file not shown.

Before

(image error) Size: 4.2 KiB

After

(image error) Size: 3.7 KiB

Binary file not shown.

Before

(image error) Size: 2.2 KiB

After

(image error) Size: 2.0 KiB

Binary file not shown.

Before

(image error) Size: 6.4 KiB

After

(image error) Size: 5.9 KiB

Binary file not shown.

Before

(image error) Size: 13 KiB

After

(image error) Size: 11 KiB

Binary file not shown.

Before

(image error) Size: 20 KiB

After

(image error) Size: 18 KiB

Binary file not shown.

Before

(image error) Size: 148 KiB

After

(image error) Size: 52 KiB

@ -0,0 +1,7 @@
package eu.kanade.tachiyomi.extension.en.mangaboss
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaVisa : Madara("MangaVisa", "https://mangavisa.com", "en") {
override val id = 3476960503147001781; // from former MangaBoss.org source
}

@ -219,7 +219,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Manga68", "https://manga68.com", "en", overrideVersionCode = 1),
SingleLang("MangaBaz", "https://mangabaz.net", "en"),
SingleLang("MangaBob", "https://mangabob.com", "en", overrideVersionCode = 1),
SingleLang("MangaBoss", "https://mangaboss.org", "en"),
SingleLang("MangaVisa", "https://mangavisa.com", "en", pkgName = "mangaboss", className = "MangaVisa", overrideVersionCode = 1),
SingleLang("MangaCC", "https://mangacc.com", "en"),
SingleLang("MangaClash", "https://mangaclash.com", "en", overrideVersionCode = 3),
SingleLang("MangaCultivator", "https://mangacultivator.com", "en", overrideVersionCode = 2),