mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 23:00:30 +00:00
14 lines
460 B
Dart
14 lines
460 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get mangagreatSource => _mangagreatSource;
|
|
|
|
Source _mangagreatSource = Source(
|
|
name: "MangaGreat",
|
|
baseUrl: "https://mangagreat.com",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/mangagreat/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |