mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 03:10:59 +00:00
15 lines
453 B
Dart
15 lines
453 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get shadowmangasSource => _shadowmangasSource;
|
|
|
|
Source _shadowmangasSource = Source(
|
|
name: "Shadow Mangas",
|
|
baseUrl: "https://shadowmangas.com",
|
|
lang: "es",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mangareader/src/shadowmangas/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "es",
|
|
);
|