Files
kodjodevf-mangayomi-extensions/manga/multisrc/madara/src/mangagreat/mangagreat.dart
kodjomoustapha 48c1bc618f Refactor
2023-12-20 16:35:01 +01:00

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",
);