mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
16 lines
448 B
Dart
16 lines
448 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get mangaweebsSource => _mangaweebsSource;
|
|
|
|
Source _mangaweebsSource = Source(
|
|
name: "Manga Weebs",
|
|
baseUrl: "https://mangaweebs.in",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/mangaweebs/icon.png",
|
|
dateFormat: "dd MMMM HH:mm",
|
|
dateFormatLocale: "en_us",
|
|
);
|