mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 15:50:29 +00:00
15 lines
442 B
Dart
15 lines
442 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get neatmangaSource => _neatmangaSource;
|
|
Source _neatmangaSource = Source(
|
|
name: "NeatManga",
|
|
baseUrl: "https://neatmanga.com",
|
|
lang: "en",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/neatmanga/icon.png",
|
|
dateFormat: "dd MMM yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|