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

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",
);