mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 22:00:29 +00:00
14 lines
474 B
Dart
14 lines
474 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get coffeemangaSource => _coffeemangaSource;
|
|
|
|
Source _coffeemangaSource = Source(
|
|
name: "Coffee Manga",
|
|
baseUrl: "https://coffeemanga.io",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/coffeemanga/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |