Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/s2manga/s2manga.dart
Moustapha Kodjo Amadou 7d5e95679d dart format
2025-03-01 13:38:06 +01:00

16 lines
428 B
Dart

import '../../../../../../model/source.dart';
Source get s2mangaSource => _s2mangaSource;
Source _s2mangaSource = Source(
name: "S2Manga",
baseUrl: "https://www.s2manga.com",
lang: "en",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/s2manga/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);