mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Added icons
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
import '../../../model/source.dart';
|
||||
import '../../../utils/utils.dart';
|
||||
|
||||
const mangareaderVersion = "0.0.16";
|
||||
const mangareaderSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/mangareader-v$mangareaderVersion.dart";
|
||||
const defaultDateFormat = "MMMM dd, yyyy";
|
||||
const defaultDateFormatLocale = "en_US";
|
||||
|
||||
List<Source> get mangareaderSourcesList => _mangareaderSourcesList;
|
||||
List<Source> _mangareaderSourcesList = [
|
||||
Source(
|
||||
name: "Asura Scans",
|
||||
baseUrl: "https://asura.nacm.xyz",
|
||||
lang: "en",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("asurascans", "en"),
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "en_US",
|
||||
version: mangareaderVersion,
|
||||
@@ -20,7 +22,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Komik Lab",
|
||||
baseUrl: "https://komiklab.com",
|
||||
lang: "en",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("komiklab", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -29,7 +31,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Azure Scans",
|
||||
baseUrl: "https://azuremanga.com",
|
||||
lang: "en",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("azurescans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -38,7 +40,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Cosmic Scans",
|
||||
baseUrl: "https://cosmicscans.com",
|
||||
lang: "en",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("cosmicscans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -47,7 +49,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "CosmicScans.id",
|
||||
baseUrl: "https://cosmicscans.id",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("cosmicscansid", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -57,7 +59,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
baseUrl: "https://dojing.net",
|
||||
lang: "id",
|
||||
isNsfw: true,
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("dojingnet", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -66,7 +68,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "DuniaKomik.id",
|
||||
baseUrl: "https://duniakomik.id",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("duniakomikid", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
@@ -75,7 +77,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Gecenin Lordu",
|
||||
baseUrl: "https://geceninlordu.com",
|
||||
lang: "tr",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("geceninlordu", "tr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -84,7 +86,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Infernal Void Scans",
|
||||
baseUrl: "https://void-scans.com",
|
||||
lang: "en",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("infernalvoidscans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -93,7 +95,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "KataKomik",
|
||||
baseUrl: "https://katakomik.online",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("katakomik", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -103,7 +105,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
baseUrl: "https://kanzenin.xyz",
|
||||
lang: "id",
|
||||
isNsfw: true,
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("kanzenin", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -112,7 +114,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Komik Station",
|
||||
baseUrl: "https://komikstation.co",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("komikstation", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
hasCloudflare: true,
|
||||
dateFormatLocale: "id",
|
||||
@@ -122,7 +124,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "KomikMama",
|
||||
baseUrl: "https://komikmama.co",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("komikmama", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
@@ -132,7 +134,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
baseUrl: "https://kumapoi.club",
|
||||
lang: "id",
|
||||
isNsfw: true,
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("kumapoi", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
hasCloudflare: true,
|
||||
@@ -142,7 +144,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Komiku.com",
|
||||
baseUrl: "https://komiku.com",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("komikucom", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
@@ -151,7 +153,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Legacy Scans",
|
||||
baseUrl: "https://legacy-scans.com",
|
||||
lang: "fr",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("", ""),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -160,7 +162,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Magus Manga",
|
||||
baseUrl: "https://magusmanga.com",
|
||||
lang: "ar",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("magusmanga", "ar"),
|
||||
dateFormat: "MMMMM d, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
version: mangareaderVersion,
|
||||
@@ -169,7 +171,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Manga Indo.me",
|
||||
baseUrl: "https://mangaindo.me",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("mangaindome", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -178,7 +180,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Mangacim",
|
||||
baseUrl: "https://www.mangacim.com",
|
||||
lang: "tr",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("mangacim", "tr"),
|
||||
dateFormat: "MMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
@@ -187,7 +189,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "MangaTale",
|
||||
baseUrl: "https://mangatale.co",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("mangatale", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
@@ -196,7 +198,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "MangaWT",
|
||||
baseUrl: "https://mangawt.com",
|
||||
lang: "tr",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("mangawt", "tr"),
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
@@ -206,7 +208,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
// baseUrl: "https://manhwalover.com",
|
||||
// lang: "en",
|
||||
// isNsfw: true,
|
||||
// iconUrl: '',
|
||||
// iconUrl: getIconUrl("", ""),
|
||||
// dateFormat: defaultDateFormat,
|
||||
// dateFormatLocale: defaultDateFormatLocale,
|
||||
// version: mangareaderVersion,
|
||||
@@ -216,7 +218,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
baseUrl: "https://manhwax.com",
|
||||
lang: "en",
|
||||
isNsfw: true,
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("manhwax", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -225,7 +227,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "MELOKOMIK",
|
||||
baseUrl: "https://melokomik.xyz",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("melokomik", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
@@ -235,7 +237,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
baseUrl: "https://mihentai.com",
|
||||
lang: "all",
|
||||
isNsfw: true,
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("mihentai", "all"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -245,7 +247,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
baseUrl: "https://mundomangakun.com.br",
|
||||
lang: "pt-BR",
|
||||
isNsfw: true,
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("mundomangakun", "pt"),
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-BR",
|
||||
version: mangareaderVersion,
|
||||
@@ -254,7 +256,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Origami Orpheans",
|
||||
baseUrl: "https://origami-orpheans.com.br",
|
||||
lang: "pt-BR",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("origamiorpheans", "pt"),
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-BR",
|
||||
version: mangareaderVersion,
|
||||
@@ -263,7 +265,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "PhenixScans",
|
||||
baseUrl: "https://phenixscans.fr",
|
||||
lang: "fr",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("phenixscans", "fr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "fr",
|
||||
version: mangareaderVersion,
|
||||
@@ -272,7 +274,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Pi Scans",
|
||||
baseUrl: "https://piscans.in",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("piscans", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -281,7 +283,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Raiki Scan",
|
||||
baseUrl: "https://raikiscan.com",
|
||||
lang: "es",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("raikiscan", "es"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -290,7 +292,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Raven Scans",
|
||||
baseUrl: "https://ravenscans.com",
|
||||
lang: "en",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("ravenscans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -299,7 +301,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Shadow Mangas",
|
||||
baseUrl: "https://shadowmangas.com",
|
||||
lang: "es",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("shadowmangas", "es"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "es",
|
||||
version: mangareaderVersion,
|
||||
@@ -308,7 +310,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Surya Scans",
|
||||
baseUrl: "https://suryascans.com",
|
||||
lang: "en",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("suryascans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -317,7 +319,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Sushi-Scans",
|
||||
baseUrl: "https://sushiscan.fr",
|
||||
lang: "fr",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("sushiscans", "fr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "fr",
|
||||
version: mangareaderVersion,
|
||||
@@ -326,7 +328,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
// name: "Sushi-Scan",
|
||||
// baseUrl: "https://sushiscan.net",
|
||||
// lang: "fr",
|
||||
// iconUrl: '',
|
||||
// iconUrl: getIconUrl("", ""),
|
||||
// dateFormat: defaultDateFormat,
|
||||
// hasCloudflare: true,
|
||||
// dateFormatLocale: "fr",
|
||||
@@ -336,7 +338,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Tarot Scans",
|
||||
baseUrl: "https://www.tarotscans.com",
|
||||
lang: "tr",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("tarotscans", "tr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
@@ -345,7 +347,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "TukangKomik",
|
||||
baseUrl: "https://tukangkomik.id",
|
||||
lang: "id",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("tukangkomik", "id"),
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
@@ -354,7 +356,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "TurkToon",
|
||||
baseUrl: "https://turktoon.com",
|
||||
lang: "tr",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("turktoon", "tr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
@@ -363,7 +365,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "Uzay Manga",
|
||||
baseUrl: "https://uzaymanga.com",
|
||||
lang: "tr",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("uzaymanga", "tr"),
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
@@ -372,7 +374,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
name: "xCaliBR Scans",
|
||||
baseUrl: "https://xcalibrscans.com",
|
||||
lang: "en",
|
||||
iconUrl: '',
|
||||
iconUrl: getIconUrl("xcalibrscans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
|
||||
Reference in New Issue
Block a user