Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/chibimanga/chibimanga.dart
Moustapha Kodjo Amadou 7d5e95679d dart format
2025-03-01 13:38:06 +01:00

16 lines
446 B
Dart

import '../../../../../../model/source.dart';
Source get chibimangaSource => _chibimangaSource;
Source _chibimangaSource = Source(
name: "Chibi Manga",
baseUrl: "https://www.cmreader.info",
lang: "en",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/chibimanga/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);