mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 14:50:30 +00:00
14 lines
501 B
Dart
14 lines
501 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangafreakonlineSource => _mangafreakonlineSource;
|
|
|
|
Source _mangafreakonlineSource = Source(
|
|
name: "MangaFreak.online",
|
|
baseUrl: "https://mangafreak.online",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangafreakonline/icon.png",
|
|
dateFormat:"d MMMM، yyy",
|
|
dateFormatLocale:"en_us",
|
|
); |