mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 23:00:30 +00:00
14 lines
444 B
Dart
14 lines
444 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manga347Source => _manga347Source;
|
|
Source _manga347Source = Source(
|
|
name: "Manga347",
|
|
baseUrl: "https://manga347.com",
|
|
lang: "en",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/manga347/icon.png",
|
|
dateFormat:"d MMM, yyyy",
|
|
dateFormatLocale:"en_us"
|
|
);
|