mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 14:50:30 +00:00
15 lines
452 B
Dart
15 lines
452 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangakakalotSource => _mangakakalotSource;
|
|
|
|
Source _mangakakalotSource = Source(
|
|
name: "Mangakakalot",
|
|
baseUrl: "https://mangakakalot.com",
|
|
lang: "en",
|
|
typeSource: "mangabox",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/mangakakalot/icon.png",
|
|
dateFormat: "MMM dd,yyyy",
|
|
dateFormatLocale: "en",
|
|
);
|