mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
435 B
Dart
14 lines
435 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get barmangaSource => _barmangaSource;
|
|
|
|
Source _barmangaSource = Source(
|
|
name: "BarManga",
|
|
baseUrl: "https://barmanga.com",
|
|
lang: "es",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/barmanga/icon.png",
|
|
dateFormat:"MM/dd/yyyy",
|
|
dateFormatLocale:"es",
|
|
); |