mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 16:20:29 +00:00
14 lines
458 B
Dart
14 lines
458 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/bbranchNamee/dart/manga/multisrc/madara/src/neatmanga/icon.png",
|
|
dateFormat:"dd MMM yyyy",
|
|
dateFormatLocale:"en_us"
|
|
);
|