mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
14 lines
460 B
Dart
14 lines
460 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get mangaclashSource => _mangaclashSource;
|
|
|
|
Source _mangaclashSource = Source(
|
|
name: "MangaClash",
|
|
baseUrl: "https://mangaclash.com",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/mangaclash/icon.png",
|
|
dateFormat:"MM/dd/yy",
|
|
dateFormatLocale:"en_us",
|
|
); |