Files
kodjodevf-mangayomi-extensions/manga/multisrc/madara/src/coffeemanga/coffeemanga.dart
kodjomoustapha 9026bc1f31 Update
2023-12-08 17:12:19 +01:00

14 lines
459 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/main/manga/multisrc/madara/src/coffeemanga/icon.png",
dateFormat:"MMMM dd, yyyy",
dateFormatLocale:"en_us",
);