mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 12:20:28 +00:00
15 lines
436 B
Dart
15 lines
436 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manganatoSource => _manganatoSource;
|
|
|
|
Source _manganatoSource = Source(
|
|
name: "Manganato",
|
|
baseUrl: "https://www.natomanga.com",
|
|
lang: "en",
|
|
typeSource: "mangabox",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/manganato/icon.png",
|
|
dateFormat: "MMM dd,yy",
|
|
dateFormatLocale: "en",
|
|
);
|