mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
469 B
Dart
14 lines
469 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get chibimangaSource => _chibimangaSource;
|
|
|
|
Source _chibimangaSource = Source(
|
|
name: "Chibi Manga",
|
|
baseUrl: "https://www.cmreader.info",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/chibimanga/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |